Interface StreamMuxerFactory

interface StreamMuxerFactory {
    protocol: string;
    createStreamMuxer(init?): StreamMuxer;
}

Properties

Methods

Properties

protocol: string

The protocol used to select this muxer during connection opening

Methods