![]() |
AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
|
Bitstream playback source class. More...
#include "AVPSource.h"
Properties | |
| BitStreamReadCallbackBlock | mBitStreamReadCallbackBlock |
| Bitstream read callback function. | |
| BitStreamSeekCallbackBlock | mBitStreamSeekCallbackBlock |
| Bitstream seek callback function. | |
| Properties inherited from AVPSource | |
| NSString * | coverURL |
| The URL of the album cover. | |
| NSString * | definitions |
| List of resolution types supported by VOD server. | |
| BOOL | forceQuality |
| Whether to force the player to use the specified resolution. | |
| NSString * | quality |
| The preferred definition for playback. | |
| NSString * | title |
| The title of the video. | |
Bitstream playback source class.
Used for playback from custom data sources (e.g., media data in memory). By providing read and seek callbacks, the player can read media data from any source.
|
readwritenonatomiccopy |
Bitstream read callback function.
Provides callback for reading media data from custom data source. Player invokes this callback when data reading is needed.
|
readwritenonatomiccopy |
Bitstream seek callback function.
Provides callback for seeking to specified position in custom data source. Player invokes this callback when reading position needs to be changed.