CompositeEndpoint
class CompositeEndpoint(val muxer: IMuxerInternal, val sink: ISinkInternal) : ICompositeEndpointInternal
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Properties
Functions
Link copied to clipboard
Registers a new stream to the IEndpointInternal.
Link copied to clipboard
Registers new streams to the IEndpointInternal.
Link copied to clipboard
Gets configuration information
Link copied to clipboard
Opens the endpoint. The endpoint must check if the MediaDescriptor is supported and if it is not already opened.
Link copied to clipboard
Releases an IEndpointInternal.
Link copied to clipboard
Starts frames or data stream generation Throws an exception if not ready for live stream
Link copied to clipboard
Stops the stream and releases the sink.