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.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableAudio() As Boolean |
[C#] |
---|
public bool EnableAudio {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableAudio(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableAudio( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableAudio( VARIANT_BOOL EnableAudio ); |
[Java] |
---|
public bool getEnableAudio(); public void setEnableAudio( bool ); |