CompositeEndpoint
open class CompositeEndpoint(val muxer: IMuxerInternal, val sink: ISinkInternal) : ICompositeEndpointInternal(source)
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Inheritors
Properties
Link copied to clipboard
A info to verify supported formats.
Link copied to clipboard
Whether if the endpoint is opened. For example, if the file is opened for FileSink.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An asynchronous error that occurred during streaming. Synchronous errors must be thrown directly by the functions.
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.