StreamType
The different types of stream that can exist within the pipeline.
StreamType
The different types of stream that can exist within the pipeline.
Property | Type | Value | Description |
---|---|---|---|
Arbitrary | 'arbitrary' | N/A | The type of the stream at this point is unknown. |
OggOpus | 'ogg/opus' | N/A | The stream at this point is Opus audio encoded in an Ogg wrapper. |
Opus | 'opus' | N/A | The stream at this point is Opus audio, and the stream is in object-mode. This is ready to play. |
Raw | 'raw' | N/A | The stream at this point is s16le PCM. |
WebmOpus | 'webm/opus' | N/A | The stream at this point is Opus audio encoded in a WebM wrapper. |