C# 클래스 System.Windows.Media.MediaStreamSource

파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CloseMediaInternal void
CloseMediaInternal void
FromIntPtr MediaStreamSource
GetDiagnosticAsyncInternal void
GetDiagnosticAsyncInternal void
GetSampleAsyncInternal void
GetSampleAsyncInternal void
OpenMediaAsyncInternal void
OpenMediaAsyncInternal void
SeekAsyncInternal void
SeekAsyncInternal void
SetMediaElement void
SwitchMediaStreamAsyncInternal void
SwitchMediaStreamAsyncInternal void

보호된 메소드들

메소드 설명
CloseMedia ( ) : void
ErrorOccurred ( string errorDescription ) : void
GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void
GetSampleAsync ( MediaStreamType mediaStreamType ) : void
MediaStreamSource ( ) : Mono
OpenMediaAsync ( ) : void
ReportGetDiagnosticCompleted ( MediaStreamSourceDiagnosticKind diagnosticKind, long diagnosticValue ) : void
ReportGetSampleCompleted ( System.Windows.Media.MediaStreamSample mediaStreamSample ) : void
ReportGetSampleProgress ( double bufferingProgress ) : void
ReportOpenMediaCompleted ( string>.IDictionary mediaStreamAttributes, IEnumerable availableMediaStreams ) : void
ReportSeekCompleted ( long timeSeekedTo ) : void
ReportSwitchMediaStreamCompleted ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
SeekAsync ( long seekToTime ) : void
SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void

비공개 메소드들

메소드 설명
CloseMediaInternal ( ) : void
CloseMediaInternal ( IntPtr instance ) : void
FromIntPtr ( IntPtr instance ) : MediaStreamSource
GetDiagnosticAsyncInternal ( IntPtr instance, MediaStreamSourceDiagnosticKind diagnosticKind ) : void
GetDiagnosticAsyncInternal ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void
GetSampleAsyncInternal ( IntPtr instance, MediaStreamType mediaStreamType ) : void
GetSampleAsyncInternal ( MediaStreamType mediaStreamType ) : void
OpenMediaAsyncInternal ( IntPtr demuxer ) : void
OpenMediaAsyncInternal ( IntPtr instance, IntPtr demuxer ) : void
SeekAsyncInternal ( IntPtr instance, long seekToTime ) : void
SeekAsyncInternal ( long seekToTime ) : void
SetMediaElement ( System.Windows.Controls.MediaElement mediaElement ) : void
SwitchMediaStreamAsyncInternal ( IntPtr instance, System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
SwitchMediaStreamAsyncInternal ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void

메소드 상세

CloseMedia() 보호된 추상적인 메소드

protected abstract CloseMedia ( ) : void
리턴 void

ErrorOccurred() 보호된 메소드

protected ErrorOccurred ( string errorDescription ) : void
errorDescription string
리턴 void

GetDiagnosticAsync() 보호된 추상적인 메소드

protected abstract GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void
diagnosticKind MediaStreamSourceDiagnosticKind
리턴 void

GetSampleAsync() 보호된 추상적인 메소드

protected abstract GetSampleAsync ( MediaStreamType mediaStreamType ) : void
mediaStreamType MediaStreamType
리턴 void

MediaStreamSource() 보호된 메소드

protected MediaStreamSource ( ) : Mono
리턴 Mono

OpenMediaAsync() 보호된 추상적인 메소드

protected abstract OpenMediaAsync ( ) : void
리턴 void

ReportGetDiagnosticCompleted() 보호된 메소드

protected ReportGetDiagnosticCompleted ( MediaStreamSourceDiagnosticKind diagnosticKind, long diagnosticValue ) : void
diagnosticKind MediaStreamSourceDiagnosticKind
diagnosticValue long
리턴 void

ReportGetSampleCompleted() 보호된 메소드

protected ReportGetSampleCompleted ( System.Windows.Media.MediaStreamSample mediaStreamSample ) : void
mediaStreamSample System.Windows.Media.MediaStreamSample
리턴 void

ReportGetSampleProgress() 보호된 메소드

protected ReportGetSampleProgress ( double bufferingProgress ) : void
bufferingProgress double
리턴 void

ReportOpenMediaCompleted() 보호된 메소드

protected ReportOpenMediaCompleted ( string>.IDictionary mediaStreamAttributes, IEnumerable availableMediaStreams ) : void
mediaStreamAttributes string>.IDictionary
availableMediaStreams IEnumerable
리턴 void

ReportSeekCompleted() 보호된 메소드

protected ReportSeekCompleted ( long timeSeekedTo ) : void
timeSeekedTo long
리턴 void

ReportSwitchMediaStreamCompleted() 보호된 메소드

protected ReportSwitchMediaStreamCompleted ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
mediaStreamDescription System.Windows.Media.MediaStreamDescription
리턴 void

SeekAsync() 보호된 추상적인 메소드

protected abstract SeekAsync ( long seekToTime ) : void
seekToTime long
리턴 void

SwitchMediaStreamAsync() 보호된 추상적인 메소드

protected abstract SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
mediaStreamDescription System.Windows.Media.MediaStreamDescription
리턴 void