共用方式為


MediaCaptureInitializationSettings.AlwaysPlaySystemShutterSound 屬性

定義

取得值,指出系統是否一律在擷取相片時播放快門音效。

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

void AlwaysPlaySystemShutterSound(bool value);
public bool AlwaysPlaySystemShutterSound { get; set; }
var boolean = mediaCaptureInitializationSettings.alwaysPlaySystemShutterSound;
mediaCaptureInitializationSettings.alwaysPlaySystemShutterSound = boolean;
Public Property AlwaysPlaySystemShutterSound As Boolean

屬性值

Boolean

bool

如果系統應該一律播放快門音效,則為 True;否則為 false。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
backgroundMediaRecording

備註

某些區域要求系統在擷取相片時播放快門音效。 將此值設定為 true 會導致系統一律播放快門音效,無論目前區域是否需要。 將此值設定為 false,將不會在需要時隱藏系統快門音效。

適用於