C# 클래스 MoonAdpcm.AdpcmMediaStreamSource

상속: System.Windows.Media.MediaStreamSource
파일 보기 프로젝트 열기: mono/mooncodecs 1 사용 예제들

공개 메소드들

메소드 설명
AdpcmMediaStreamSource ( Stream input ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
DecodeSamples ( ) : IEnumerable

메소드 상세

AdpcmMediaStreamSource() 공개 메소드

public AdpcmMediaStreamSource ( Stream input ) : System
input Stream
리턴 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