MillicastSDK 1.8.4
Loading...
Searching...
No Matches
Variables
millicast::codec Namespace Reference

Namespace where you can find constant for the codec names. More...

Variables

constexpr char H264_CODEC_NAME [] = "H264"
 
constexpr char H265_CODEC_NAME [] = "H265"
 
constexpr char VP8_CODEC_NAME [] = "VP8"
 
constexpr char VP9_CODEC_NAME [] = "VP9"
 
constexpr char AV1_CODEC_NAME [] = "AV1"
 
constexpr char OPUS_CODEC_NAME [] = "opus"
 
constexpr char MULTIOPUS_CODEC_NAME [] = "multiopus"
 

Detailed Description

Namespace where you can find constant for the codec names.

Variable Documentation

◆ AV1_CODEC_NAME

constexpr char millicast::codec::AV1_CODEC_NAME[] = "AV1"
constexpr

◆ H264_CODEC_NAME

constexpr char millicast::codec::H264_CODEC_NAME[] = "H264"
constexpr

◆ H265_CODEC_NAME

constexpr char millicast::codec::H265_CODEC_NAME[] = "H265"
constexpr

◆ MULTIOPUS_CODEC_NAME

constexpr char millicast::codec::MULTIOPUS_CODEC_NAME[] = "multiopus"
constexpr

◆ OPUS_CODEC_NAME

constexpr char millicast::codec::OPUS_CODEC_NAME[] = "opus"
constexpr

◆ VP8_CODEC_NAME

constexpr char millicast::codec::VP8_CODEC_NAME[] = "VP8"
constexpr

◆ VP9_CODEC_NAME

constexpr char millicast::codec::VP9_CODEC_NAME[] = "VP9"
constexpr