CompositeEndpointWithMetrics
An IEndpointInternal implementation of CompositeEndpoint with WithEndpointMetrics.
Properties
A info to verify supported formats.
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 the stream and releases the sink.