Contents

videoFieldMode

A mode that specifies the handling of video frames that contain multiple fields.

Declaration

nonisolated var videoFieldMode: String? { get set }

Discussion

A value of nil indicates default processing of video frames. To deinterlace video fields, set this property value to AVPlayerItemTrackVideoFieldModeDeinterlaceFields.

See Also

Configuring video properties