Method | Description | |
---|---|---|
AdpcmMediaStreamSource ( Stream input ) : System |
Method | Description | |
---|---|---|
CloseMedia ( ) : void | ||
GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void | ||
GetSampleAsync ( MediaStreamType mediaStreamType ) : void | ||
OpenMediaAsync ( ) : void | ||
SeekAsync ( long seekToTime ) : void | ||
SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void |
Method | Description | |
---|---|---|
DecodeSamples ( ) : IEnumerable |
public AdpcmMediaStreamSource ( Stream input ) : System | ||
input | Stream | |
return | System |
protected GetDiagnosticAsync ( MediaStreamSourceDiagnosticKind diagnosticKind ) : void | ||
diagnosticKind | MediaStreamSourceDiagnosticKind | |
return | void |
protected GetSampleAsync ( MediaStreamType mediaStreamType ) : void | ||
mediaStreamType | MediaStreamType | |
return | void |
protected SeekAsync ( long seekToTime ) : void | ||
seekToTime | long | |
return | void |
protected SwitchMediaStreamAsync ( System.Windows.Media.MediaStreamDescription mediaStreamDescription ) : void | ||
mediaStreamDescription | System.Windows.Media.MediaStreamDescription | |
return | void |