MediaInfoFileFieldCount Property
Gets the count of information fields available in the specified stream of 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 int this[
StreamType streamType,
int streamNumber
] { get; }
Public ReadOnly Property FieldCount (
streamType As StreamType,
streamNumber As Integer
) As Integer
Get
Dim instance As MediaInfoFile
Dim streamType As StreamType
Dim streamNumber As Integer
Dim value As Integer
value = instance.FieldCount(streamType,
streamNumber)
public:
property int FieldCount[StreamType streamType, int streamNumber] {
int get (StreamType streamType, int streamNumber);
}
member FieldCount : int 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...)
- streamNumber Int32
-
The stream number in the specified kind of stream of streamType.
(the 1st audio track, 2nd audio track, etc...)
Int32
The count of information fields available in the specified stream of the open file.
Note: Some functionalities of this assembly may require to install one or all of the listed libraries:
MediaInfo (mediainfo.dll)