| ACMAudioDataConverterConvert Method  | 
            Converts the value of the source AudioWaveFormat to the destination AudioWaveFormat.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic byte[] Convert(
	byte[] source
)
Public Function Convert ( 
	source As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Convert(
	array<unsigned char>^ source
) sealed
abstract Convert : 
        source : byte[] -> byte[] 
override Convert : 
        source : byte[] -> byte[] Parameters
- source
 - Type: SystemByte
Raw PCM data 
Return Value
Type: 
ByteConverted PCM data
Implements
IAudioDataConverterConvert(Byte)
See Also