Click or drag to resize
AudioCompressionManagerMaxVolume Method
Gets max volume for specified audio format and data

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public static short MaxVolume(
	IntPtr format,
	byte[] data
)

Parameters

format
Type: SystemIntPtr
audio format
data
Type: SystemByte
audio data

Return Value

Type: Int16
Returns max volume for specified audio format and data
See Also