Package-level declarations
Types
Link copied to clipboard
class CompositeEndpoint(val muxer: IMuxerInternal, val sink: ISinkInternal) : ICompositeEndpointInternal
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Link copied to clipboard
class CompositeEndpointFactory(val muxer: IMuxerInternal, val sink: ISinkInternal) : IEndpointInternal.Factory
A factory to build a CompositeEndpoint.
Link copied to clipboard
object CompositeEndpoints
An IEndpointInternal implementation that combines a IMuxerInternal and a ISinkInternal.
Link copied to clipboard
Link copied to clipboard