<VOOSMPAssetIndex > Protocol Reference

#import <VOCommonPlayerAssetSelection.h>

+ Inheritance diagram for <VOOSMPAssetIndex >:

Properties

int videoIndex
 Get the index of the current video track. More...
 
int audioIndex
 Get the index of the current audio track. More...
 
int subtitleIndex
 Get the index of the current subtitle track. More...
 

Property Documentation

- (int VOOSMPAssetIndex) audioIndex
readatomicassign

Get the index of the current audio track.

Valid value is from 0 to VOCommonPlayerAssetSelection#getAudioCount - 1.

- (int VOOSMPAssetIndex) subtitleIndex
readatomicassign

Get the index of the current subtitle track.

Valid value is from 0 to VOCommonPlayerAssetSelection#getSubtitleCount - 1.

- (int VOOSMPAssetIndex) videoIndex
readatomicassign

Get the index of the current video track.

Valid value is from 0 to VOCommonPlayerAssetSelection#getVideoCount - 1.

VO_OSMP_ASSET_AUTO_SELECTED indicates auto-select.


The documentation for this protocol was generated from the following file: