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(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.


The biggest plugin in space...