@aws-sdk/client-mediaconvert

Mpeg2InterlaceMode Variable

Full Signature

Mpeg2InterlaceMode: {
    readonly BOTTOM_FIELD: "BOTTOM_FIELD"
    readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
    readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
    readonly PROGRESSIVE: "PROGRESSIVE";
    readonly TOP_FIELD: "TOP_FIELD";
}