Search...
export declare enum StreamType 
export declare enum StreamType 
The different types of stream that can exist within the pipeline.
Remarks
- Arbitrary - the type of the stream at this point is unknown. - Raw - the stream at this point is s16le PCM. - OggOpus - the stream at this point is Opus audio encoded in an Ogg wrapper. - WebmOpus - the stream at this point is Opus audio encoded in a WebM wrapper. - Opus - the stream at this point is Opus audio, and the stream is in object-mode. This is ready to play.

Arbitrary

"arbitrary"

OggOpus

"ogg/opus"

Opus

"opus"

Raw

"raw"

WebmOpus

"webm/opus"