MediaInfo Properties |
The MediaInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | BestStreams |
Provides access to the best streams of each media type found in the container.
This uses some internal FFmpeg heuristics.
|
![]() | BitRate |
If available, returns a non-zero value as reported by the container format.
|
![]() | Chapters |
Gets a list of chapters.
|
![]() | Duration |
Gets the duration of the input as reported by the container format.
Individual stream components may have different values.
Returns TimeSpan.MinValue if unknown.
|
![]() | Format |
Gets the name of the container format.
|
![]() | MediaSource |
Gets the input URL string used to access and create the media container.
|
![]() | Metadata |
Gets the metadata for the input. This may include stuff like title, creation date, company name, etc.
Individual stream components, chapters and programs may contain additional metadata.
|
![]() | Programs |
Gets a list of programs with their associated streams.
|
![]() | StartTime |
Gets the start timestamp of the input as reported by the container format.
Individual stream components may have different values.
Returns TimeSpan.MinValue if unknown.
|
![]() | Streams |
Gets the dictionary of stream information components by stream index.
|