InitializeMediaStreamSourceRequestedEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InitializeMediaStreamSourceRequested 이벤트에 대한 데이터를 제공합니다.
public ref class InitializeMediaStreamSourceRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InitializeMediaStreamSourceRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InitializeMediaStreamSourceRequestedEventArgs
Public NotInheritable Class InitializeMediaStreamSourceRequestedEventArgs
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)
|
설명
InitializeMediaStreamSourceRequested 이벤트에 대한 처리기를 등록하여 이 클래스의 instance 가져옵니다.
속성
RandomAccessStream |
미디어 스트림 원본 요청과 연결된 IRandomAccessStream 을 가져옵니다. |
Source |
앱 서비스가 초기화하고 요청 앱에 샘플을 제공하는 데 사용해야 하는 초기화되지 않은 MediaStreamSource 개체를 가져옵니다. |
메서드
GetDeferral() |
요청 처리를 계속하기 전에 앱 서비스가 미디어 원본 스트림 초기화를 완료할 때까지 기다리도록 시스템에 지시하는 Deferral 개체를 가져옵니다. |