#include <client.h>
|
static std::list< std::string > | get_supported_video_codecs () |
| get_supported_video_codecs returns the list of the supported video codecs.
|
|
static std::list< std::string > | get_supported_audio_codecs () |
| get_supported_audio_codecs returns the list of the supported audio codecs.
|
|
static void | cleanup () |
| Clean and free the memory of dynamic objects.
|
|
◆ ConnectionOptions
◆ JsonData
◆ Option
◆ ~ClientBase()
virtual millicast::ClientBase::~ClientBase |
( |
| ) |
|
|
virtualdefault |
◆ cleanup()
static void millicast::ClientBase::cleanup |
( |
| ) |
|
|
static |
Clean and free the memory of dynamic objects.
◆ get_supported_audio_codecs()
static std::list< std::string > millicast::ClientBase::get_supported_audio_codecs |
( |
| ) |
|
|
static |
get_supported_audio_codecs returns the list of the supported audio codecs.
- Returns
- The list of the supported audio codecs.
◆ get_supported_video_codecs()
static std::list< std::string > millicast::ClientBase::get_supported_video_codecs |
( |
| ) |
|
|
static |
get_supported_video_codecs returns the list of the supported video codecs.
- Returns
- The list of the supported video codecs.
The documentation for this class was generated from the following file: