Media Player SDK
|
Gets current volume value for selected audio output device.
function Audio_Volume_Get(Index: Integer): Integer;
__fastcall int Audio_Volume_Get(int Index);
public int Audio_Volume_Get(int Index);
Public Function Audio_Volume_Get(Index As Integer) As Integer
public int Audio_Volume_Get(int Index);
int Audio_Volume_Get(int Index);
Audio_Volume_Get
Parameters |
Description |
Index: Integer |
Stream ID. |
Returns current volume value for selected audio output device, 0 if error happen.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|