DirectShowGUIDMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to DirectShowGUIDMBS class.

DirectShowGUIDMBS.Byte(index as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DirectShow MBS Win Plugin 12.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Read or write the byte value.
Example
dim g as new DirectShowGUIDMBS

g.Byte(1) = 65

MsgBox str(g.Byte(1)) // shows 65

(Read and Write computed property)

DirectShowGUIDMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 12.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Creates a GUID with only zeros.
Example
dim g as new DirectShowGUIDMBS

MsgBox g.DisplayString

See also:

DirectShowGUIDMBS.Constructor(Value as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 21.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Creates GUID based on a text string.

Raises exception if text has wrong format.

See also:

DirectShowGUIDMBS.Constructor(value1 as Integer, value2 as Integer, value3 as Integer, value4 as Integer, value5 as Integer, value6 as Integer, value7 as Integer, value8 as Integer, value9 as Integer, value10 as Integer, value11 as Integer, value12 as Integer, value13 as Integer, value14 as Integer, value15 as Integer, value16 as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 12.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Creates a new GUID with the given byte values.
Example
dim g as new DirectShowGUIDMBS(&h14, &h3e, &h4e, &h83, &h64, &h97, &h11, &hd2, &ha2, &h31, &h00, &hc0, &h4f, &ha3, &h18, &h09)

MsgBox g.DisplayString

See also:

DirectShowGUIDMBS.Equal(other as DirectShowGUIDMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 12.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Checks whether two GUIDs are equal.

Returns true if both items are equals.

DirectShowGUIDMBS.Operator_Convert as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 21.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Converts GUID to text.

Same as DisplayName.

See also:

DirectShowGUIDMBS.Operator_Convert(text as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DirectShow MBS Win Plugin 21.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Converts text to GUID.

Same as Constructor.
Raises exception if text has wrong format.

See also:

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem