C# Class LongoMatch.Video.Utils.GstDiscoverer

Inheritance: IDiscoverer
Datei anzeigen Open project: GNOME/longomatch

Public Methods

Method Description
DiscoverFile ( string filePath, bool takeScreenshot = true ) : MediaFile

Private Methods

Method Description
lgm_discover_uri ( string uri, long &duration, uint &width, uint &height, uint &fps_n, uint &fps_d, uint &par_n, uint &par_d, IntPtr &container, IntPtr &video_codec, IntPtr &audio_codec, IntPtr &err ) : uint

Method Details

DiscoverFile() public method

public DiscoverFile ( string filePath, bool takeScreenshot = true ) : MediaFile
filePath string
takeScreenshot bool
return MediaFile