| MP3StreamPlayback Constructor | 
| Name | Description | |
|---|---|---|
| MP3StreamPlayback(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.
              | |
| MP3StreamPlayback(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.
              | |
| MP3StreamPlayback(Stream, Boolean, Boolean) | 
            Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms).
              | |
| MP3StreamPlayback(String, Boolean, Boolean) | 
            Initializes a new instance of the MP3StreamPlayback class with default packetization time (20ms)
              | |
| MP3StreamPlayback(Stream, Boolean, Boolean, UInt32) | 
            Initializes a new instance of the MP3StreamPlayback class.
              | |
| MP3StreamPlayback(String, Boolean, Boolean, UInt32) | 
            Initializes a new instance of the MP3StreamPlayback class
              |