IMediaTypeInfo.Subtype
Microsoft DirectShow 9.0 |
IMediaTypeInfo.Subtype
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The Subtype property retrieves the subtype GUID as a string.
Syntax
objMediaTypeInfo .Subtype 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 subtype member of the AM_MEDIA_TYPE structure, converted to a string.
This property is read-only.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also