PlanetKitAudioSampleType

@objc
@frozen
public enum PlanetKitAudioSampleType : Int

An enumeration representing the sample types used in PlanetKit audio.

  • A sample type representing signed 32-bit floating point values.

    Declaration

    Swift

    case signedFloat32 = 0
  • A sample type representing signed 16-bit integer values.

    Declaration

    Swift

    case signedShort16
  • The size of the sample type in bytes.

    Declaration

    Swift

    public var sampleSize: Int32 { get }