Method | Description | |
---|---|---|
ASAPMediaStreamSource ( ASAP asap, int duration ) : 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 | |
---|---|---|
LittleEndianHex ( int x ) : string |
public ASAPMediaStreamSource ( ASAP asap, int duration ) : System | ||
asap | ASAP | |
duration | int | |
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 |