GCKUIMediaTrackSelectionViewController Class

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...
 
GCKMediaInformationmediaInfo
 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

- (id<GCKUIMediaTrackSelectionViewControllerDelegate>) selectionDelegate
readwritenonatomicweak

The delegate that receives selection notifications from the controller.

- (GCKMediaInformation*) mediaInfo
readwritenonatomicstrong

The media information from which the list of available media tracks will be obtained.

- (NSArray<NSNumber *>*) selectedTrackIDs
readwritenonatomiccopy

The list of currently selected media track IDs.