Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KsSetMediaType method sets the media type for a data type handler.
Syntax
HRESULT KsSetMediaType(
[in] const AM_MEDIA_TYPE *AmMediaType
);
Parameters
[in] AmMediaType
Defines the AM_MEDIA_TYPE parameter AmMediaType.
Return value
Returns NOERROR if successful; otherwise, returns an error code.
Remarks
Clients can call KsSetMediaType of a single data type handler to initialize this data type handler to a particular media type from a group of many disparate media types.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | ksproxy.h (include Ksproxy.h) |