SampleRates

public enum SampleRates : Double

サンプリングレートを表す列挙型。

  • Declaration

    Swift

    case hz96000 = 96000
  • Declaration

    Swift

    case hz88200 = 88200
  • Declaration

    Swift

    case hz64000 = 64000
  • Declaration

    Swift

    case hz48000 = 48000
  • Declaration

    Swift

    case hz44100 = 44100
  • Declaration

    Swift

    case hz32000 = 32000
  • Declaration

    Swift

    case hz24000 = 24000
  • Declaration

    Swift

    case hz22050 = 22050
  • Declaration

    Swift

    case hz16000 = 16000
  • Declaration

    Swift

    case hz12000 = 12000
  • Declaration

    Swift

    case hz11025 = 11025
  • Declaration

    Swift

    case hz8000 = 8000
  • Declaration

    Swift

    case hz7350 = 7350
  • Declaration

    Swift

    case reserved1 = 1
  • Declaration

    Swift

    case reserved2 = 2
  • Declaration

    Swift

    case manual = 0