Reads decompressed PCM data from our MP3 file.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic override int Read(
byte[] sampleBuffer,
int offset,
int numBytes
)
Public Overrides Function Read (
sampleBuffer As Byte(),
offset As Integer,
numBytes As Integer
) As Integer
public:
virtual int Read(
array<unsigned char>^ sampleBuffer,
int offset,
int numBytes
) override
abstract Read :
sampleBuffer : byte[] *
offset : int *
numBytes : int -> int
override Read :
sampleBuffer : byte[] *
offset : int *
numBytes : int -> int
Parameters
- sampleBuffer Byte
-
- offset Int32
-
- numBytes Int32
-
Return Value
Int32
See Also