IRbtBaseAV::GetVideoCompressor
Gets the compressor currently used for compressing video
HRESULT IRbtBaseAV::GetVideoCompressor (
IMoniker ** cmpr
)
Parameters
cmpr
Returns moniker for the compressor, or
NULL
if video compression is disabled
Return Values
Value
Meaning
S_OK
Video compressor retrieved
S_FALSE
Video compression currently disabled
Remarks
None