DynamicEndpoint
An implementation of IEndpointInternal where the endpoint is created based on the MediaDescriptor.
Parameters
The application context
Inheritors
Constructors
Properties
Only available when the endpoint is opened.
Whether if the endpoint is opened. For example, if the file is opened for FileSink.
An asynchronous error that occurred during streaming. Synchronous errors must be thrown directly by the functions.
Functions
Registers a new stream to the IEndpointInternal.
Registers new streams to the IEndpointInternal.
Gets configuration information
Opens the endpoint. The endpoint must check if the MediaDescriptor is supported and if it is not already opened.
Releases an IEndpointInternal.
Starts frames or data stream generation Throws an exception if not ready for live stream
Stops frames or data stream generation
Writes a Frame to the IEndpointInternal.