Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Applications use the IMediaObject::SetInputTypeand IMediaObject::SetOutputTypemethods to test, set, or clear types on a stream. The types must be fully specified, so that the DMO can process the data correctly.

For each stream, the DMO must verify that the proposed type is compatible with the types on other streams. The DMO_SET_TYPEF_CLEAR flag clears a stream's type, so the application can back out and try another combination.

See Also