AVDPublishVideoOptions.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesEnumerated TypesAVDCodecTypeenum AVDCodecType { codec_vp8, codec_h264, codec_vp9, // codec_default = codec_vp8, }; Constants
Discussion视频编解码器类型. AVDStreamTypeenum AVDStreamType { stream_main, stream_assist1, stream_assist2, }; Constants
Discussion视频主辅流类型. |