Provides information about media streams, video or audio files (wrapper for FFProbe command line tool)
Inheritance Hierarchy
NReco.VideoInfo FFProbe
Namespace: NReco.VideoInfo
Assembly: NReco.VideoInfo (in NReco.VideoInfo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The FFProbe type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FFProbe |
Create new instance of HtmlToPdfConverter
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetMediaInfo |
Returns information about local media file or online stream (URL).
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CustomArgs |
Get or set custom WkHtmlToImage command line arguments
|
![]() | ExecutionTimeout |
Gets or sets maximum execution time for running FFProbe process (null is by default = no timeout)
|
![]() | FFProbeExeName |
Get or set FFProbe tool executive file name ('ffprobe.exe' by default)
|
![]() | IncludeFormat |
Include information about file format.
|
![]() | IncludeStreams |
Include information about media streams.
|
![]() | ProcessPriority |
Gets or sets FFProbe process priority (Normal by default)
|
![]() | ToolPath |
Gets or sets path where FFProbe.exe is extracted
|
See Also