Media Player SDK
|
Returns the count of audio effects in use.
function Audio_Effects_Count(Stream: Integer): Integer;
__fastcall int Audio_Effects_Count(int Stream);
public int Audio_Effects_Count(int Stream);
Public Function Audio_Effects_Count(Stream As Integer) As Integer
public int Audio_Effects_Count(int Stream);
int Audio_Effects_Count(int Stream);
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!
|