Discord Player

StreamType

The different types of stream that can exist within the pipeline.

StreamType

The different types of stream that can exist within the pipeline.

PropertyTypeValueDescription
Arbitrary'arbitrary'N/AThe type of the stream at this point is unknown.
OggOpus'ogg/opus'N/AThe stream at this point is Opus audio encoded in an Ogg wrapper.
Opus'opus'N/AThe stream at this point is Opus audio, and the stream is in object-mode. This is ready to play.
Raw'raw'N/AThe stream at this point is s16le PCM.
WebmOpus'webm/opus'N/AThe stream at this point is Opus audio encoded in a WebM wrapper.

On this page