Home
last modified time | relevance | path

Searched refs:MediaInfo_Count_Get (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Project/
H A DActiveX.cls66 Public Function MediaInfo_Count_Get(ByVal Handle As Long, ByVal StreamKind As MediaInfo_stream_C, B…
67 Attribute MediaInfo_Count_Get.VB_Description = "Count of streams of a stream kind (StreamNumber not…
69 MediaInfo_Count_Get = MediaInfoDLL.MediaInfo_Count_Get(Handle, StreamKind, StreamNumber)
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Project/
H A DActiveX.cls66 Public Function MediaInfo_Count_Get(ByVal Handle As Long, ByVal StreamKind As MediaInfo_stream_C, B…
67 Attribute MediaInfo_Count_Get.VB_Description = "Count of streams of a stream kind (StreamNumber not…
69 MediaInfo_Count_Get = MediaInfoDLL.MediaInfo_Count_Get(Handle, StreamKind, StreamNumber)
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Project/
H A DActiveX.cls66 Public Function MediaInfo_Count_Get(ByVal Handle As Long, ByVal StreamKind As MediaInfo_stream_C, B…
67 Attribute MediaInfo_Count_Get.VB_Description = "Count of streams of a stream kind (StreamNumber not…
69 MediaInfo_Count_Get = MediaInfoDLL.MediaInfo_Count_Get(Handle, StreamKind, StreamNumber)
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.vb61 …Private Declare Unicode Function MediaInfo_Count_Get Lib "MediaInfo.DLL" (ByVal Handle As IntPtr, …
94 Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(-1, IntPtr)))
96 … Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(StreamNumber, IntPtr)))
H A DMediaInfoDLL.pas67 …function MediaInfo_Count_Get(Handle: Cardinal; StreamKind: TMIStreamKind; StreamNumber: Integer):… in MediaInfo_Count_Get() function
95MediaInfo_Count_Get: function (Handle: THandle; StreamKind: TMIStreamKind; StreamNumber: Integer…
140 MI_GetProcAddress('MediaInfo_Count_Get', @MediaInfo_Count_Get);
H A DMediaInfoDLL3.py201 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
202 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
203 MediaInfo_Count_Get.restype = c_size_t
275 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.py202 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
203 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
204 MediaInfo_Count_Get.restype = c_size_t
277 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.def23 MediaInfo_Count_Get @25
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.vb61 …Private Declare Unicode Function MediaInfo_Count_Get Lib "MediaInfo.DLL" (ByVal Handle As IntPtr, …
94 Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(-1, IntPtr)))
96 … Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(StreamNumber, IntPtr)))
H A DMediaInfoDLL.pas67 …function MediaInfo_Count_Get(Handle: Cardinal; StreamKind: TMIStreamKind; StreamNumber: Integer):… in MediaInfo_Count_Get() function
95MediaInfo_Count_Get: function (Handle: THandle; StreamKind: TMIStreamKind; StreamNumber: Integer…
140 MI_GetProcAddress('MediaInfo_Count_Get', @MediaInfo_Count_Get);
H A DMediaInfoDLL3.py201 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
202 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
203 MediaInfo_Count_Get.restype = c_size_t
275 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.py202 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
203 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
204 MediaInfo_Count_Get.restype = c_size_t
277 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.def23 MediaInfo_Count_Get @25
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfoDLL/
H A DMediaInfoDLL.vb61 …Private Declare Unicode Function MediaInfo_Count_Get Lib "MediaInfo.DLL" (ByVal Handle As IntPtr, …
94 Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(-1, IntPtr)))
96 … Return CInt(MediaInfo_Count_Get(Handle, CType(StreamKind, UIntPtr), CType(StreamNumber, IntPtr)))
H A DMediaInfoDLL.pas67 …function MediaInfo_Count_Get(Handle: Cardinal; StreamKind: TMIStreamKind; StreamNumber: Integer):… in MediaInfo_Count_Get() function
95MediaInfo_Count_Get: function (Handle: THandle; StreamKind: TMIStreamKind; StreamNumber: Integer…
140 MI_GetProcAddress('MediaInfo_Count_Get', @MediaInfo_Count_Get);
H A DMediaInfoDLL3.py201 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
202 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
203 MediaInfo_Count_Get.restype = c_size_t
275 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.py202 MediaInfo_Count_Get = MediaInfoDLL_Handler.MediaInfo_Count_Get variable in MediaInfo
203 MediaInfo_Count_Get.argtypes = [c_void_p, c_size_t, c_size_t]
204 MediaInfo_Count_Get.restype = c_size_t
277 return self.MediaInfo_Count_Get(self.Handle, StreamKind, StreamNumber)
H A DMediaInfoDLL.def23 MediaInfo_Count_Get @25
/dports/multimedia/cineencoder/cine-encoder-3.5.2/app/MediaInfoDLL/
H A DMediaInfoDLL.def23 MediaInfo_Count_Get @25
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Example/
H A DHowToUse_ActiveX.vbs56 msgbox obj.MediaInfo_Count_Get(handle, MediaInfo_Stream_Audio, -1), , "Count_Get with StreamKind=Au…
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Example/
H A DHowToUse_ActiveX.vbs56 msgbox obj.MediaInfo_Count_Get(handle, MediaInfo_Stream_Audio, -1), , "Count_Get with StreamKind=Au…
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/ActiveX/Example/
H A DHowToUse_ActiveX.vbs56 msgbox obj.MediaInfo_Count_Get(handle, MediaInfo_Stream_Audio, -1), , "Count_Get with StreamKind=Au…
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas55 Public Declare Function MediaInfo_Count_Get Lib "MediaInfo.dll" (ByVal Handle As Long, ByVal Stream…
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas55 Public Declare Function MediaInfo_Count_Get Lib "MediaInfo.dll" (ByVal Handle As Long, ByVal Stream…
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Contrib/MSVB5/Include/
H A DMediaInfoDLL.bas55 Public Declare Function MediaInfo_Count_Get Lib "MediaInfo.dll" (ByVal Handle As Long, ByVal Stream…

12