MediaOverlay.AudioEnabled 屬性

定義

取得或設定值,指出是否啟用 MediaOverlay的音訊。

public:
 property bool AudioEnabled { bool get(); void set(bool value); };
bool AudioEnabled();

void AudioEnabled(bool value);
public bool AudioEnabled { get; set; }
var boolean = mediaOverlay.audioEnabled;
mediaOverlay.audioEnabled = boolean;
Public Property AudioEnabled As Boolean

屬性值

Boolean

bool

如果已啟用音訊,則為 True;否則為 false。

適用於