ElementSoundPlayer.State 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
시스템에서 컨트롤 소리를 재생하는지 여부를 지정하는 값을 가져오거나 설정합니다.
public:
static property ElementSoundPlayerState State { ElementSoundPlayerState get(); void set(ElementSoundPlayerState value); };
static ElementSoundPlayerState State();
static void State(ElementSoundPlayerState value);
public static ElementSoundPlayerState State { get; set; }
var elementSoundPlayerState = ElementSoundPlayer.state;
ElementSoundPlayer.state = elementSoundPlayerState;
Public Shared Property State As ElementSoundPlayerState
속성 값
시스템에서 컨트롤 소리를 재생하는지 여부를 지정하는 열거형의 값입니다. 기본값은 Auto입니다.
설명
기본적으로 컨트롤 사운드는 Xbox에서 재생되며 다른 장치 패밀리에서 재생되지 않습니다. ElementSoundPlayerState를 켜기로 설정하여 앱이 모든 디바이스 패밀리에서 소리를 재생하도록 하거나 끄기로 설정하여 모든 디바이스 패밀리에서 소리를 사용하지 않도록 설정할 수 있습니다.
자세한 내용은 UWP 앱의 소리를 참조하세요.