| OGGStreamPlayback Constructor |
| Name | Description | |
|---|---|---|
| OGGStreamPlayback(Stream) |
Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms).
The audio stream will not be cached and will be played only once.
| |
| OGGStreamPlayback(String) |
Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms).
The audio stream will not be cached and will be played only once.
| |
| OGGStreamPlayback(Stream, Boolean, Boolean) |
Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms).
| |
| OGGStreamPlayback(String, Boolean, Boolean) |
Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms)
| |
| OGGStreamPlayback(Stream, Boolean, Boolean, UInt32) |
Initializes a new instance of the OGGStreamPlayback class.
| |
| OGGStreamPlayback(String, Boolean, Boolean, UInt32) |
Initializes a new instance of the OGGStreamPlayback class
|