AVVideoSettingsCompressed.Codec Property

Definition

Represents codec used to encode the video.

public Nullable<AVFoundation.AVVideoCodec> Codec { get; set; }
member this.Codec : Nullable<AVFoundation.AVVideoCodec> with get, set

Property Value

Remarks

The property uses constant AVVideoCodecKey value to access the underlying dictionary.

Applies to