Click or drag to resize

OGGStreamPlayback Constructor

Overload List
 NameDescription
Public methodOGGStreamPlayback(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.
Public methodOGGStreamPlayback(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.
Public methodOGGStreamPlayback(Stream, Boolean, Boolean) Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms).
Public methodOGGStreamPlayback(String, Boolean, Boolean) Initializes a new instance of the OGGStreamPlayback class with default packetization time (20ms)
Protected methodOGGStreamPlayback(Stream, Boolean, Boolean, UInt32) Initializes a new instance of the OGGStreamPlayback class.
Public methodOGGStreamPlayback(String, Boolean, Boolean, UInt32) Initializes a new instance of the OGGStreamPlayback class
Top
See Also