WMEncoder.VideoComplexity

Windows Media Encoder SDK banner art

The VideoComplexity property specifies and retrieves the video complexity setting.

Syntax

WMEncoder.VideoComplexity = WMENC_VIDEOCOMPLEXITY
WMENC_VIDEOCOMPLEXITY = WMEncoder.VideoComplexity

Parameters

This property takes no parameters.

Property Value

A member of the WMENC_VIDEOCOMPLEXITY enumeration type.

If this property fails, it returns an error number.

Return code Number Description
NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING 0xC00D1B66L This property cannot be set while the encoder engine is running.

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also