Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Audio_Effects_Add Method

Adds audio effect.

Pascal
procedure Audio_Effects_Add(Stream: Integer; type_: TVFAudioEffectType; Enabled: Boolean);
C++
__fastcall Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled);
C#
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled);
Visual Basic
Public Sub Audio_Effects_Add(Stream As Integer, type_ As TVFAudioEffectType, Enabled As Boolean)
Java
public Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled);
IDL
Audio_Effects_Add(int Stream, TVFAudioEffectType type_, Boolean Enabled);
JavaScript
Audio_Effects_Add
Parameters 
Description 
Stream: Integer 
Stream ID. 
type_: TVFAudioEffectType 
Effect type. 
Enabled: Boolean 
True if enabled, False if disabled. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!