Public Attributes | |
| void * | data |
| int | type |
| timestamp_t | sender_stamp |
| timestamp_t | sender_len |
| timestamp_t | receiver_stamp |
| struct playout_frame_s * | earlier |
| struct playout_frame_s * | later |
| void* playout_frame_s::data |
The actual frame data
struct playout_frame_s* playout_frame_s::earlier [read] |
Pointer to the next earlier frame
struct playout_frame_s* playout_frame_s::later [read] |
Pointer to the next later frame
| timestamp_t playout_frame_s::receiver_stamp |
The timestamp assigned by the receiving end
| timestamp_t playout_frame_s::sender_len |
The timespan covered by the data in this frame
| timestamp_t playout_frame_s::sender_stamp |
The timestamp assigned by the sending end
The type of frame
1.6.1