MediaBindingEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결된 MediaSource에 미디어 콘텐츠를 바인딩하기 위한 바인딩 이벤트 및 메서드에 대한 데이터를 제공합니다.
public ref class MediaBindingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaBindingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaBindingEventArgs
Public NotInheritable Class MediaBindingEventArgs
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10586.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)
|
설명
Binding 이벤트를 처리하여 이 클래스의 instance 가져옵니다.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1703 | 15063 | SetAdaptiveMediaSource |
1703 | 15063 | SetStorageFile |
1803 | 17134 | SetDownloadOperation |
속성
MediaBinder |
바인딩 이벤트와 연결된 MediaBinder 를 가져옵니다. |
메서드
GetDeferral() |
바인딩 이벤트 처리기가 반환된 후에도 앱이 작업을 계속 수행할 수 있음을 시스템에 알릴 수 있습니다. |
SetAdaptiveMediaSource(AdaptiveMediaSource) |
이벤트와 연결된 MediaSource 에 적응형 미디어 원본을 바인딩합니다. |
SetDownloadOperation(DownloadOperation) |
이벤트와 연결된 MediaSource에 DownloadOperation을 바인딩합니다. |
SetStorageFile(IStorageFile) |
이벤트와 연결된 MediaSource 에 스토리지 파일을 바인딩합니다. |
SetStream(IRandomAccessStream, String) |
MediaSource에 바인딩할 미디어 콘텐츠를 설정합니다. |
SetStreamReference(IRandomAccessStreamReference, String) |
이벤트와 연결된 MediaSource에 미디어 콘텐츠 스트림 참조를 바인딩합니다. |
SetUri(Uri) |
MediaSource에 바인딩할 미디어 콘텐츠의 URI를 설정합니다. |
이벤트
Canceled |
바인딩 작업이 취소될 때 발생합니다. |