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.
| Microsoft DirectShow 9.0 |
IMSVidStreamBufferSource::put_BlockUnrated
This topic applies to Windows XP Service Pack 1 or later.
The put_BlockUnrated method specifies whether to block unrated content.
Syntax
HRESULT put_BlockUnrated( VARIANT_BOOL bBlock );
Parameters
bBlock
[in] Specifies one of the following values.
| Value | Description |
| VARIANT_FALSE | Do not block unrated content. |
| VARIANT_TRUE | Block unrated content. |
Return Values
The method returns an HRESULT. Possible values include the following.
| Value | Description |
| S_OK | The method succeeded. |
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also