AudioCompressionManagerInverse Method |
Inverts the audio signal to 180 degrees. All positive values in the wave form are replaced by negative and vice versa.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static byte[] Inverse(
IntPtr format,
byte[] data
)
Public Shared Function Inverse (
format As IntPtr,
data As Byte()
) As Byte()
public:
static array<unsigned char>^ Inverse(
IntPtr format,
array<unsigned char>^ data
)
Parameters
- format
- Type: SystemIntPtr
audio format - data
- Type: SystemByte
audio data
Return Value
Type:
Byte[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.Inverse(System.IntPtr,System.Byte[])"]
See Also