IAudioDataConverterConvert Method |
Converts the input PCM data to the destination format.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax byte[] Convert(
byte[] data
)
Function Convert (
data As Byte()
) As Byte()
array<unsigned char>^ Convert(
array<unsigned char>^ data
)
abstract Convert :
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
Return Value
Type:
ByteSee Also