AliyunPlayer v6.19.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AVPTrackInfo Class Reference

#include "AVPMediaInfo.h"

Inheritance diagram for AVPTrackInfo:

Properties

int audioChannels
 the number of audio channel, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO
 
NSString * audioLanguage
 audio Language, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO
 
int audioSampleFormat
 audio sampleFormat, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO
 
int audioSamplerate
 audio samplerate, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO
 
NSString * codecName
 codec name
 
NSString * subtitleLanguage
 subtitle Language, only meaningful if the trackType is AVPTRACK_TYPE_SUBTITLE
 
int trackBitrate
 bitrate, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO
 
NSString * trackDefinition
 track definition, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD
 
int trackIndex
 track index
 
AVPTrackType trackType
 track type
 
int videoHeight
 video height, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO
 
int videoWidth
 video width, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO
 
int64_t vodFileSize
 vod file size, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD
 
NSString * vodFormat
 vod format
 
NSString * vodPlayUrl
 vod play URL, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD
 
NSString * waterMarkUrl
 waterMark URL, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD
 

Property Documentation

◆ audioChannels

- (int) audioChannels
readwritenonatomicassign

the number of audio channel, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO

◆ audioLanguage

- (NSString*) audioLanguage
readwritenonatomiccopy

audio Language, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO

◆ audioSampleFormat

- (int) audioSampleFormat
readwritenonatomicassign

audio sampleFormat, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO

◆ audioSamplerate

- (int) audioSamplerate
readwritenonatomicassign

audio samplerate, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO

◆ codecName

- (NSString*) codecName
readwritenonatomiccopy

codec name

◆ subtitleLanguage

- (NSString*) subtitleLanguage
readwritenonatomiccopy

subtitle Language, only meaningful if the trackType is AVPTRACK_TYPE_SUBTITLE

◆ trackBitrate

- (int) trackBitrate
readwritenonatomicassign

bitrate, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO

◆ trackDefinition

- (NSString*) trackDefinition
readwritenonatomiccopy

track definition, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD

◆ trackIndex

- (int) trackIndex
readwritenonatomicassign

track index

◆ trackType

- (AVPTrackType) trackType
readwritenonatomicassign

track type

See also
AVPTrackType

◆ videoHeight

- (int) videoHeight
readwritenonatomicassign

video height, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO

◆ videoWidth

- (int) videoWidth
readwritenonatomicassign

video width, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO

◆ vodFileSize

- (int64_t) vodFileSize
readwritenonatomicassign

vod file size, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD

◆ vodFormat

- (NSString*) vodFormat
readwritenonatomiccopy

vod format

◆ vodPlayUrl

- (NSString*) vodPlayUrl
readwritenonatomiccopy

vod play URL, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD

◆ waterMarkUrl

- (NSString*) waterMarkUrl
readwritenonatomiccopy

waterMark URL, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD


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