Click or drag to resize
MP3StreamPlayback Constructor
Overload List
  NameDescription
Public methodMP3StreamPlayback(Stream)
Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once.
Public methodMP3StreamPlayback(String)
Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms). The audio stream will not be cached and will be played only once.
Public methodMP3StreamPlayback(Stream, Boolean, Boolean)
Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms).
Public methodMP3StreamPlayback(String, Boolean, Boolean)
Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms)
Protected methodMP3StreamPlayback(Stream, Boolean, Boolean, UInt32)
Initializes a new instance of the MP3StreamPlayback class.
Public methodMP3StreamPlayback(String, Boolean, Boolean, UInt32)
Initializes a new instance of the MP3StreamPlayback class
Top
See Also