IntdashVideoEncodeQuality

public enum IntdashVideoEncodeQuality : String, CaseIterable

ビデオをエンコードする際の品質を表す列挙型。 ビットレートを直接指定する代わりに使用できる画質の指標です。

  • Declaration

    Swift

    case Default = "Default"
  • Low

    Declaration

    Swift

    case Low = "Low"
  • Declaration

    Swift

    case Middle = "Middle"
  • Declaration

    Swift

    case High = "High"
  • Declaration

    Swift

    case Best = "Best"