MkvMergeWrapperVideoContainsTrackType Method

Determines whether the source video file contains the specified type of track.

Definition

Namespace: DevCase.ThirdParty.MKVToolNix
Assembly: DevCase.net48.ThirdParty.MKVToolNix (in DevCase.net48.ThirdParty.MKVToolNix.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool VideoContainsTrackType(
	string filepath,
	MkvTrackType trackType
)

Parameters

filepath  String
The source video filepath.
trackType  MkvTrackType
The track type to find.

Return Value

Boolean
if the source video file contains the specified type of track, otherwise, .

Remarks

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

MKVToolNix (mkvmerge.exe, mkvpropedit.exe)

See Also