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

比特流播放源类 More...

#include "AVPSource.h"

Inheritance diagram for AVPBitStreamSource:
AVPSource

Properties

BitStreamReadCallbackBlock mBitStreamReadCallbackBlock
 比特流读取回调函数
BitStreamSeekCallbackBlock mBitStreamSeekCallbackBlock
 比特流查询(Seek)回调函数
Properties inherited from AVPSource
NSString * coverURL
 媒体封面URL 媒体的封面或海报图片的URL地址。
NSString * definitions
 点播服务器支持的清晰度类型列表
BOOL forceQuality
 是否强制使用指定的清晰度
NSString * quality
 期望播放的清晰度
NSString * title
 视频标题

Detailed Description

比特流播放源类

用于从自定义数据源(如内存中的媒体数据)进行播放。通过提供读取和查询回调函数, 使播放器能够从任意数据源读取媒体数据。

Property Documentation

◆ mBitStreamReadCallbackBlock

- (BitStreamReadCallbackBlock) mBitStreamReadCallbackBlock
readwritenonatomiccopy

比特流读取回调函数

提供从自定义数据源读取媒体数据的回调。播放器在需要读取数据时调用此回调。

See also
BitStreamReadCallbackBlock

◆ mBitStreamSeekCallbackBlock

- (BitStreamSeekCallbackBlock) mBitStreamSeekCallbackBlock
readwritenonatomiccopy

比特流查询(Seek)回调函数

提供在自定义数据源中定位到指定位置的回调。播放器在需要改变读取位置时调用此回调。

See also
BitStreamSeekCallbackBlock

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