Click or drag to resize
AudioCompressionManagerCopy Method (IntPtr, Byte, Int32, Int32)
Copy part audio data from byte array

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static byte[] Copy(
	IntPtr format,
	byte[] 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: Byte
Returns audio data byte array
See Also