#include "AVPMediaInfo.h"
|
| 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
|
| |
◆ audioChannels
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
audio samplerate, only meaningful if the trackType is AVPTRACK_TYPE_AUDIO
◆ codecName
◆ subtitleLanguage
| - (NSString*) subtitleLanguage |
|
readwritenonatomiccopy |
subtitle Language, only meaningful if the trackType is AVPTRACK_TYPE_SUBTITLE
◆ trackBitrate
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
◆ trackType
◆ videoHeight
video height, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO
◆ videoWidth
video width, only meaningful if the trackType is AVPTRACK_TYPE_VIDEO
◆ vodFileSize
vod file size, only meaningful if the trackType is AVPTRACK_TYPE_SAAS_VOD
◆ vodFormat
◆ vodPlayUrl
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: