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