GCKUIMediaTrackSelectionViewController Class Reference
Overview
A view controller that displays a list of the available text and audio tracks for a given media item.
See GCKUIMediaTrackSelectionViewControllerDelegate for the delegate protocol.
- Since
- 3.0
Inherits UITabBarController.
Property Summary | |
id < GCKUIMediaTrackSelectionViewControllerDelegate > | selectionDelegate |
The delegate that receives selection notifications from the controller. More... | |
GCKMediaInformation * | mediaInfo |
The media information from which the list of available media tracks will be obtained. More... | |
NSArray< NSNumber * > * | selectedTrackIDs |
The list of currently selected media track IDs. More... | |
Property Detail
|
readwritenonatomicweak |
The delegate that receives selection notifications from the controller.
|
readwritenonatomicstrong |
The media information from which the list of available media tracks will be obtained.
|
readwritenonatomiccopy |
The list of currently selected media track IDs.