MillicastSDK 2.0.0
|
Builder struct to create a CustomSource. More...
#include <source.h>
Public Member Functions | |
MILLICAST_API | Builder () noexcept |
MILLICAST_API Ptr | build () |
Create the CustomSource object. | |
Additional Inherited Members | |
Public Attributes inherited from millicast::Source::SourceInformation | |
Type | type |
int | id |
std::string | name |
std::string | unique_id |
Builder struct to create a CustomSource.
|
noexcept |
MILLICAST_API Ptr millicast::CustomAudioSource::Builder::build | ( | ) |
Create the CustomSource object.
builder | the builder object to configure the source. |