IDTFilter::get_BlockUnRatedDelay
Microsoft DirectShow 9.0 |
IDTFilter::get_BlockUnRatedDelay
This topic applies to Windows XP Service Pack 1 or later.
The get_BlockUnRatedDelay method retrieves that length of time the filter waits before it blocks unrated content.
Syntax
HRESULT get_BlockUnRatedDelay( LONG *pmsecsDelayBeforeBlock );
Parameters
pmsecsDelayBeforeBlock
[out, retval] Receives the delay, in milliseconds.
Return Values
Returns an HRESULT. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument |
S_OK | Success |
Remarks
Regardless of the value of this property, the filter does not block unrated content unless the BlockUnRated property is TRUE.
Requirements
Header: EncDec.h.
See Also