AudioStreamPlaybackLoadStream Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void LoadStream(
Stream stream
)
Public Sub LoadStream (
stream As Stream
)
public:
void LoadStream(
Stream^ stream
)
member LoadStream :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
See Also