STK Graphics PrimitivesSend comments on this topic.
EnableAudio Property (IAgStkGraphicsVideoStream)
See Also
Windows





Windows & Linux

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 EnableAudio
);
[Java]
public bool getEnableAudio();
public void setEnableAudio(
    bool
);
[Python - STK API ]
@property
def EnableAudio(self) -> bool:

@EnableAudio.setter
def EnableAudio(self, EnableAudio:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.