|
char * | title |
| media title
|
|
char * | coverURL |
| media cover url
|
|
char * | mediaType |
| media type video audio video|audio
|
|
char * | status |
| media status
|
|
int | duration |
| media duration 单位是秒
|
|
char * | transcodeMode |
| media transcodeMode 转码类型,取值:FastTranscode(上传完成即转码,且转码完成才能播放),NoTranscode(上传完成不转码,且立即能播放),默认取值FastTranscode
|
|
AVPTrackInfo * | tracks [MAX_TRACKCOUNT] |
| tracks in media info
|
|
int | trackCount |
| track count
|
|
The documentation for this struct was generated from the following file:
- C:/work/aliplayer/apsaraPlayer_windows/sdk/sources/sdk_headers/AVPMediaInfo.h