Searched defs:JitterBuffer_ (Results 1 – 1 of 1) sorted by relevance
136 struct JitterBuffer_ { struct137 …int32_t pointer_timestamp; /**< Timestamp of what we will *get* next */138 … /**< Useful for getting the next packet with the same timestamp (for fragmented media) */139 …next_stop; /**< Estimated time the next get() will be called */141 … /**< Amount of data we think is still buffered by the application (timestamp units)*/143 JitterBufferPacket packets[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packets stored in the buffer */144 …IZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */146 …oid (*destroy) (void *); /**< Callback for destroying a packet */148 … /**< Size of the steps when adjusting buffering (timestamp units) */149 …concealment_size; /**< Size of the packet loss concealment "units" */[all …]