C# 클래스 ASAPMediaStreamSource, asap

상속: System.Windows.Media.MediaStreamSource
파일 보기 프로젝트 열기: epi/asap

공개 메소드들

메소드 설명
ASAPMediaStreamSource ( ASAP asap, int duration ) : System

보호된 메소드들

메소드 설명
CloseMedia ( ) : void
GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void
GetSampleAsync ( MediaStreamType mediaStreamType ) : void
OpenMediaAsync ( ) : void
SeekAsync ( long seekToTime ) : void
SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void

비공개 메소드들

메소드 설명
LittleEndianHex ( int x ) : string

메소드 상세

ASAPMediaStreamSource() 공개 메소드

public ASAPMediaStreamSource ( ASAP asap, int duration ) : System
asap ASAP
duration int
리턴 System

CloseMedia() 보호된 메소드

protected CloseMedia ( ) : void
리턴 void

GetDiagnosticAsync() 보호된 메소드

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

GetSampleAsync() 보호된 메소드

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

OpenMediaAsync() 보호된 메소드

protected OpenMediaAsync ( ) : void
리턴 void

SeekAsync() 보호된 메소드

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

SwitchMediaStreamAsync() 보호된 메소드

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