mode property

String? mode
getter/setter pair

Specifies the deinterlacing mode to adopt.

The default is send_frame. Supported values: - send_frame: Output one frame for each frame - send_field: Output one frame for each field

Implementation

core.String? mode;