'Usage
Dim instance As MediaType
instance.ResetMediaType()
public void ResetMediaType()
public:
void ResetMediaType();
Remarks
This method allows you to reset the entire media type (format buffer, type, subtype, etc). All the values set through any MediaType properties are reset to defaults. You would typically call this method if you want to start building the media type all over without freeing the existing interface and recreating a new one.