The dynamic media stream interface.

interface IDynamicMediaStream {
    getLabel(): string;
    getMediaStream(): MediaStream;
    getOwnerId(): string;
    setTransformations(transformations): void;
}

Hierarchy (view full)

Methods

  • Get the label of the stream.

    Returns string

    The label of the stream.

  • Get the owner ID of the stream.

    Returns string

    The owner ID of the stream.

  • Set the transformations to apply to the stream.

    Parameters

    Returns void

Generated using TypeDoc