Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Balance_Set Method

Sets current balance value for selected audio output device.

Pascal
procedure Audio_Balance_Set(Index: Integer; Balance: Integer);
C++
__fastcall Audio_Balance_Set(int Index, int Balance);
C#
public Audio_Balance_Set(int Index, int Balance);
Visual Basic
Public Sub Audio_Balance_Set(Index As Integer, Balance As Integer)
Java
public Audio_Balance_Set(int Index, int Balance);
IDL
Audio_Balance_Set(int Index, int Balance);
JavaScript
Audio_Balance_Set
Parameters 
Description 
Index: Integer 
Stream index. 
Balance: Integer 
Balance value. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!