AVDPublishVideoOptions.h

Includes:
"AVDCommon.h"
"AVDCameraCapability.h"
"AVDVideoDeviceOptions.h"

Introduction

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



Classes

AVDPublishVideoOptions


Enumerated Types

AVDCodecType
AVDStreamType

AVDCodecType


enum AVDCodecType { 
    codec_vp8, 
    codec_h264, 
    codec_vp9, 
    // codec_default = codec_vp8, 
};  
Constants
codec_vp8

< VP8编解码器类型

codec_h264

< H264编解码器类型

codec_vp9

< VP9编解码器类型

Discussion

视频编解码器类型.


AVDStreamType


enum AVDStreamType { 
    stream_main, 
    stream_assist1, 
    stream_assist2, 
};  
Constants
stream_main

< 主流

stream_assist1

< 辅流1

stream_assist2

< 辅流2

Discussion

视频主辅流类型.