GCKUIMediaTrackSelectionViewController Class

  • 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), and selectedTrackIDs (the list of currently selected tracks).

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.