AVDLiveInfo.h

Includes:
"AVDCommon.h"
"AVDRecordInfo.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

AVDLiveInfo


Enumerated Types

AVDLiveStatus

AVDLiveStatus


enum AVDLiveStatus { 
    ls_created, 
    ls_living, 
    ls_stopped, 
    ls_removed, 
    ls_exception, 
};  
Constants
ls_created

< 创建直播

ls_living

< 正在直播

ls_stopped

< 直播暂停

ls_removed

< 直播被删除

ls_exception

< 直播异常

Discussion

直播状态定义