MediaInfoFileGetStreamCount Method
Gets the count of streams of the specified
StreamType type 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 int GetStreamCount(
StreamType streamType
)
Public Function GetStreamCount (
streamType As StreamType
) As Integer
Dim instance As MediaInfoFile
Dim streamType As StreamType
Dim returnValue As Integer
returnValue = instance.GetStreamCount(streamType)
public:
int GetStreamCount(
StreamType streamType
)
member GetStreamCount :
streamType : StreamType -> int
No code example is currently available or this language may not be supported.
- streamType StreamType
-
The kind of stream (general, video, audio, etc...)
Int32
The count of streams of the specified
StreamType type in the open file.
Note: Some functionalities of this assembly may require to install one or all of the listed libraries:
MediaInfo (mediainfo.dll)