IBasicAudioEffect.UseInputFrameForOutput Proprietà

Definizione

Ottiene un valore che indica se il frame di input viene usato per l'output dell'effetto audio.

public:
 property bool UseInputFrameForOutput { bool get(); };
bool UseInputFrameForOutput();
public bool UseInputFrameForOutput { get; }
var boolean = iBasicAudioEffect.useInputFrameForOutput;
Public ReadOnly Property UseInputFrameForOutput As Boolean

Valore della proprietà

Boolean

bool

True se il frame di input viene usato per l'output; in caso contrario, false.

Si applica a