Structures

The following structures are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    struct {
        void             *buffer;
        int32_t           length;
        int32_t           tail;
        int32_t           head;
        volatile int32_t  fillCount;
    }

    Swift

    struct TPCircularBuffer
  • Undocumented

    Declaration

    Objective-C

    struct OpusEncoder
  • Undocumented

    Declaration

    Objective-C

    struct OpusDecoder
  • Undocumented

    Declaration

    Objective-C

    struct OpusRepacketizer