OGGStreamPlayback(Stream) Constructor |
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.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic OGGStreamPlayback(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
OGGStreamPlayback(
Stream^ stream
)
new :
stream : Stream -> OGGStreamPlaybackParameters
- stream Stream
- The stream
See Also