Свойство | Type | Description | |
---|---|---|---|
MEDIASUBTYPE_AVC1 | System.Guid |
Свойство | Type | Description | |
---|---|---|---|
skipBuffering | bool |
Méthode | Description | |
---|---|---|
AddPreferredFilters ( IGraphBuilder graphBuilder, IBaseFilter sourceFilter ) : void | ||
BufferFile ( Sites siteUtil ) : bool |
This function can be called by a background thread. It finishes building the graph and waits until the buffer is filled to the configured percentage. If a filter in the graph requires the full file to be downloaded, the function will return only afterwards.
|
|
Dispose ( ) : void | ||
GetSourceFilterName ( string videoUrl ) : string | ||
LogOutputPinsConnectionRecursive ( IBaseFilter filter, string previous = "" ) : void | ||
OnlineVideosPlayer ( ) : System | ||
OnlineVideosPlayer ( |
||
OnlineVideosPlayer ( string url ) : System | ||
Play ( string strFile ) : bool | ||
PrepareGraph ( ) : bool? |
If the url to be played can be buffered before starting playback, this function starts building a graph by adding the preferred video and audio render to it. This needs to be called on the MpMain Thread.
|
|
Process ( ) : void | ||
SkipBuffering ( ) : void | ||
Stop ( ) : void | ||
StopBuffering ( ) : void |
Méthode | Description | |
---|---|---|
GetInterfaces ( ) : bool |
Méthode | Description | |
---|---|---|
AdaptRefreshRateFromCacheFile ( ) : void | ||
AdaptRefreshRateFromVideoRenderer ( ) : void | ||
EVRGetVideoFPS ( int fpsSource ) : double | ||
EVRUpdateDisplayFPS ( ) : void | ||
FinishPreparedGraph ( ) : bool |
Third and last step of a graph build with the file source url filter used to monitor buffer. Needs to be called on the MpMain Thread.
|
public static AddPreferredFilters ( IGraphBuilder graphBuilder, IBaseFilter sourceFilter ) : void | ||
graphBuilder | IGraphBuilder | |
sourceFilter | IBaseFilter | |
Résultat | void |
public BufferFile ( Sites siteUtil ) : bool | ||
siteUtil | Sites | |
Résultat | bool |
public static GetSourceFilterName ( string videoUrl ) : string | ||
videoUrl | string | |
Résultat | string |
public static LogOutputPinsConnectionRecursive ( IBaseFilter filter, string previous = "" ) : void | ||
filter | IBaseFilter | |
previous | string | |
Résultat | void |
public OnlineVideosPlayer ( |
||
type | ||
Résultat | System |
public OnlineVideosPlayer ( string url ) : System | ||
url | string | |
Résultat | System |
public static Guid,System MEDIASUBTYPE_AVC1 | ||
Résultat | System.Guid |