MediaInfoFileFields(StreamType, Int32, Fields) Property

Gets the value of the specified information field in the open file.

Definition

Namespace: DevCase.ThirdParty.MediaInfo
Assembly: DevCase.net48.ThirdParty.MediaInfo (in DevCase.net48.ThirdParty.MediaInfo.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string this[
	StreamType streamType,
	int streamNumber,
	Fields field
] { get; }

Parameters

streamType  StreamType
The kind of stream (general, video, audio, etc...)
streamNumber  Int32
The stream number in the specified kind of stream of streamType.

(the 1st audio track, 2nd audio track, etc...)

field  Fields
The information field to retrieve.

Property Value

String

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed libraries:

MediaInfo (mediainfo.dll)

See Also