MediaInfoFileFields(StreamType, String) Property
Gets the value of the specified information field in the open file.
Namespace: DevCase.ThirdParty.MediaInfoAssembly: 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,
string fieldName
] { get; }
Public ReadOnly Property Fields (
streamType As StreamType,
fieldName As String
) As String
Get
Dim instance As MediaInfoFile
Dim streamType As StreamType
Dim fieldName As String
Dim value As String
value = instance.Fields(streamType, fieldName)
public:
property String^ Fields[StreamType streamType, String^ fieldName] {
String^ get (StreamType streamType, String^ fieldName);
}
member Fields : string with get
No code example is currently available or this language may not be supported.
- streamType StreamType
-
The kind of stream (general, video, audio, etc...)
- fieldName String
-
The name of the information field to retrieve.
String
Note: Some functionalities of this assembly may require to install one or all of the listed libraries:
MediaInfo (mediainfo.dll)