Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_Count Method

Returns the count of audio effects in use.

Pascal
function Audio_Effects_Count(Stream: Integer): Integer;
C++
__fastcall int Audio_Effects_Count(int Stream);
C#
public int Audio_Effects_Count(int Stream);
Visual Basic
Public Function Audio_Effects_Count(Stream As Integer) As Integer
Java
public int Audio_Effects_Count(int Stream);
IDL
int Audio_Effects_Count(int Stream);
JavaScript
Audio_Effects_Count
Parameters 
Description 
Stream: Integer 
Stream ID. 

Returns the count of audio effects in use, 0 if error happen.

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!