Description
Gets or sets a value indicating if the
encoded audio stream should be synchronized to video playback If
this is set to false, the audio stream will be disabled. If true,
the audio stream will be sampled from the video source and
synchronized with the video stream.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property EnableAudio() As Boolean
|
[C#] |
public bool EnableAudio {get; set;}
|
[Managed C++] |
public: __property bool get_EnableAudio();
public: __property void set_EnableAudio(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_EnableAudio(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableAudio(
VARIANT_BOOL NewEnableAudio
);
|
[Java] |
public bool getEnableAudio();public void setEnableAudio(
bool
);
|
See Also