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.
Metrics of the element.
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.
Creates an EndpointMetricsTracker for this WithEndpointMetrics.
Gets configuration information
Returns a Flow that emits the BasicEndpointMetrics difference since the last emission. Every collector gets its own isolated EndpointMetricsTracker to prevent state collisions.
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