Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
rtp_frame_info Struct Reference

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
 

Detailed Description

Structure used for storing frame num during visual waveform decoding.

Member Data Documentation

◆ frame_num

uint32_t rtp_frame_info::frame_num

The RTP frame number.

◆ len

qint64 rtp_frame_info::len

The length of the frame data.

◆ real_pos

qint64 rtp_frame_info::real_pos

The real position in the byte stream.

◆ sample_pos

qint64 rtp_frame_info::sample_pos

The logical sample position.

◆ type

rtp_frame_type rtp_frame_info::type

The type of the RTP frame.


The documentation for this struct was generated from the following file: