MkvMergeWrapperVideoContainsTrackType Method
Determines whether the source video file contains the specified type of track.
Namespace: DevCase.ThirdParty.MKVToolNixAssembly: 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
)
Public Function VideoContainsTrackType (
filepath As String,
trackType As MkvTrackType
) As Boolean
Dim instance As MkvMergeWrapper
Dim filepath As String
Dim trackType As MkvTrackType
Dim returnValue As Boolean
returnValue = instance.VideoContainsTrackType(filepath,
trackType)
public:
bool VideoContainsTrackType(
String^ filepath,
MkvTrackType trackType
)
member VideoContainsTrackType :
filepath : string *
trackType : MkvTrackType -> bool
No code example is currently available or this language may not be supported.
- filepath String
-
The source video filepath.
- trackType MkvTrackType
-
The track type to find.
Boolean if the source video file contains the specified type of track,
otherwise,
.