AliyunPlayer v6.21.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
AVPSource.h File Reference
import <Foundation/Foundation.h>

Classes

class  AVPBitStreamSource
 
class  AVPLiveStsSource
 
class  AVPSource
 
class  AVPUrlSource
 
class  AVPVidAuthSource
 
class  AVPVidMpsSource
 
class  AVPVidStsSource
 

Typedefs

typedef int(^ BitStreamReadCallbackBlock) (uint8_t *buffer, int size)
 
typedef long(^ BitStreamSeekCallbackBlock) (long offset, int whence)
 

Functions

typedef NS_ENUM (NSUInteger, ENCRYPTION_TYPE)
 

Variables

static const int SEEK_SIZE = 0x10000
 

Typedef Documentation

◆ BitStreamReadCallbackBlock

typedef int(^ BitStreamReadCallbackBlock) (uint8_t *buffer, int size)

◆ BitStreamSeekCallbackBlock

typedef long(^ BitStreamSeekCallbackBlock) (long offset, int whence)

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSUInteger ,
ENCRYPTION_TYPE  )

Variable Documentation

◆ SEEK_SIZE

const int SEEK_SIZE = 0x10000
static