Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Volume_Get Method

Gets current volume value for selected audio output device.

Pascal
function Audio_Volume_Get(Index: Integer): Integer;
C++
__fastcall int Audio_Volume_Get(int Index);
C#
public int Audio_Volume_Get(int Index);
Visual Basic
Public Function Audio_Volume_Get(Index As Integer) As Integer
Java
public int Audio_Volume_Get(int Index);
IDL
int Audio_Volume_Get(int Index);
JavaScript
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!