CompositeEndpoint
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Properties
A info to verify supported formats.
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 the stream and releases the sink.
Writes a Frame to the IEndpointInternal.