MediaInfoFileGetStreamCount Method

Gets the count of streams of the specified StreamType type 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 int GetStreamCount(
	StreamType streamType
)

Parameters

streamType  StreamType
The kind of stream (general, video, audio, etc...)

Return Value

Int32
The count of streams of the specified StreamType type in the open file.

Remarks

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

MediaInfo (mediainfo.dll)

See Also