AudioCompressionManagerMaxVolume Method |
Gets max volume for specified audio format and data
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static short MaxVolume(
IntPtr format,
byte[] data
)
Public Shared Function MaxVolume (
format As IntPtr,
data As Byte()
) As Short
public:
static short MaxVolume(
IntPtr format,
array<unsigned char>^ data
)
Parameters
- format
- Type: SystemIntPtr
audio format - data
- Type: SystemByte
audio data
Return Value
Type:
Int16Returns max volume for specified audio format and data
See Also