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 (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic OGGStreamPlayback(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
OGGStreamPlayback(
Stream^ stream
)
new :
stream : Stream -> OGGStreamPlayback
Parameters
- stream Stream
- The stream
See Also