Page Summary
-
GCKUIMediaTrackSelectionViewController is a view controller that displays available text and audio tracks for a media item.
-
It uses a delegate, GCKUIMediaTrackSelectionViewControllerDelegate, to handle selection notifications.
-
Key properties include
selectionDelegate,mediaInfo(from which tracks are obtained), andselectedTrackIDs(the list of currently selected tracks).
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.