Microsoft DirectX 9.0 |
The Type property retrieves the major type GUID as a string.
Syntax
objMediaTypeInfo.Type As String
Parameters
This property takes no parameters.
Return Values
Returns a string with the form {00000000-0000-0000-0000-000000000000}
.
Remarks
This property retrieves the majortype member of the AM_MEDIA_TYPE structure, converted to a string.
This property is read-only.
See Also