AliyunPlayer v7.10.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AVPBitStreamSource Class Reference

Bitstream playback source class. More...

#include "AVPSource.h"

Inheritance diagram for AVPBitStreamSource:
AVPSource

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.

Detailed Description

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.

Property Documentation

◆ mBitStreamReadCallbackBlock

- (BitStreamReadCallbackBlock) mBitStreamReadCallbackBlock
readwritenonatomiccopy

Bitstream read callback function.

Provides callback for reading media data from custom data source. Player invokes this callback when data reading is needed.

See also
BitStreamReadCallbackBlock

◆ mBitStreamSeekCallbackBlock

- (BitStreamSeekCallbackBlock) mBitStreamSeekCallbackBlock
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.

See also
BitStreamSeekCallbackBlock

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