AudioCompressionManagerCopy Method (IntPtr, Byte, Int32, Int32) |
Copy part audio data from byte array
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static byte[] Copy(
IntPtr format,
byte[] data,
int skipSeconds,
int readSeconds
)
Public Shared Function Copy (
format As IntPtr,
data As Byte(),
skipSeconds As Integer,
readSeconds As Integer
) As Byte()
public:
static array<unsigned char>^ Copy(
IntPtr format,
array<unsigned char>^ data,
int skipSeconds,
int readSeconds
)
Parameters
- format
- Type: SystemIntPtr
audio format - data
- Type: SystemByte
audio data - skipSeconds
- Type: SystemInt32
skip seconds - readSeconds
- Type: SystemInt32
read seconds
Return Value
Type:
ByteReturns audio data byte array
See Also