|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Structure used for storing frame num during visual waveform decoding. More...
#include <rtp_audio_file.h>
Public Attributes | |
| qint64 | real_pos |
| qint64 | sample_pos |
| qint64 | len |
| uint32_t | frame_num |
| rtp_frame_type | type |
Structure used for storing frame num during visual waveform decoding.
| uint32_t rtp_frame_info::frame_num |
The RTP frame number.
| qint64 rtp_frame_info::len |
The length of the frame data.
| qint64 rtp_frame_info::real_pos |
The real position in the byte stream.
| qint64 rtp_frame_info::sample_pos |
The logical sample position.
| rtp_frame_type rtp_frame_info::type |
The type of the RTP frame.