1#ifndef MILLICAST_API_MEDIA_H
2#define MILLICAST_API_MEDIA_H
25constexpr char H264_CODEC_NAME[] =
"H264";
26constexpr char H265_CODEC_NAME[] =
"H265";
27constexpr char VP8_CODEC_NAME[] =
"VP8";
28constexpr char VP9_CODEC_NAME[] =
"VP9";
29constexpr char AV1_CODEC_NAME[] =
"AV1";
32constexpr char OPUS_CODEC_NAME[] =
"opus";
33constexpr char MULTIOPUS_CODEC_NAME[] =
"multiopus";
50 static std::vector<VideoSource::Ptr> get_video_sources();
60 static std::vector<AudioSource::Ptr> get_audio_sources();
70 static std::vector<AudioPlayback::Ptr> get_playback_devices();
77 static bool is_ndi_available();
85 static bool is_decklink_available();
#define MILLICAST_API
Definition exports.h:51