Writes PCM data to the current stream and advances the current position within this stream by the number of bytes written.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void Write(
	byte[] data
)
Public Sub Write ( 
	data As Byte()
)
public:
virtual void Write(
	array<unsigned char>^ data
) sealed
abstract Write : 
        data : byte[] -> unit 
override Write : 
        data : byte[] -> unit Parameters
- data
 - Type: SystemByte
The specified PCM data 
Implements
IWaveOutWrite(Byte)
See Also