MP3StreamPlayback Constructor (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.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic MP3StreamPlayback(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
MP3StreamPlayback(
Stream^ stream
)
new :
stream : Stream -> MP3StreamPlayback
Parameters
- stream
- Type: System.IOStream
The stream
See Also