C# Class System.Windows.Media.MediaStreamSource

Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CloseMedia() protected abstract méthode

protected abstract CloseMedia ( ) : void
Résultat void

ErrorOccurred() protected méthode

protected ErrorOccurred ( string errorDescription ) : void
errorDescription string
Résultat void

GetDiagnosticAsync() protected abstract méthode

protected abstract GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void
diagnosticKind MediaStreamSourceDiagnosticKind
Résultat void

GetSampleAsync() protected abstract méthode

protected abstract GetSampleAsync ( MediaStreamType mediaStreamType ) : void
mediaStreamType MediaStreamType
Résultat void

MediaStreamSource() protected méthode

protected MediaStreamSource ( ) : Mono
Résultat Mono

OpenMediaAsync() protected abstract méthode

protected abstract OpenMediaAsync ( ) : void
Résultat void

ReportGetDiagnosticCompleted() protected méthode

protected ReportGetDiagnosticCompleted ( MediaStreamSourceDiagnosticKind diagnosticKind, long diagnosticValue ) : void
diagnosticKind MediaStreamSourceDiagnosticKind
diagnosticValue long
Résultat void

ReportGetSampleCompleted() protected méthode

protected ReportGetSampleCompleted ( System.Windows.Media.MediaStreamSample mediaStreamSample ) : void
mediaStreamSample System.Windows.Media.MediaStreamSample
Résultat void

ReportGetSampleProgress() protected méthode

protected ReportGetSampleProgress ( double bufferingProgress ) : void
bufferingProgress double
Résultat void

ReportOpenMediaCompleted() protected méthode

protected ReportOpenMediaCompleted ( string>.IDictionary mediaStreamAttributes, IEnumerable availableMediaStreams ) : void
mediaStreamAttributes string>.IDictionary
availableMediaStreams IEnumerable
Résultat void

ReportSeekCompleted() protected méthode

protected ReportSeekCompleted ( long timeSeekedTo ) : void
timeSeekedTo long
Résultat void

ReportSwitchMediaStreamCompleted() protected méthode

protected ReportSwitchMediaStreamCompleted ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
mediaStreamDescription System.Windows.Media.MediaStreamDescription
Résultat void

SeekAsync() protected abstract méthode

protected abstract SeekAsync ( long seekToTime ) : void
seekToTime long
Résultat void

SwitchMediaStreamAsync() protected abstract méthode

protected abstract SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void
mediaStreamDescription System.Windows.Media.MediaStreamDescription
Résultat void