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