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

Tracks the state and outcome of an in-progress RTP stream save operation. More...

#include <tap-rtp-common.h>

Public Attributes

FILE * fp
 
uint32_t count
 
tap_rtp_error_type_t error_type
 
bool saved
 

Detailed Description

Tracks the state and outcome of an in-progress RTP stream save operation.

Member Data Documentation

◆ count

uint32_t _tap_rtp_save_info_t::count

Number of payload frames successfully written so far

◆ error_type

tap_rtp_error_type_t _tap_rtp_save_info_t::error_type

Error code set when the save operation fails (see tap_rtp_error_type_t)

◆ fp

FILE* _tap_rtp_save_info_t::fp

Output file handle to which decoded audio is written

◆ saved

bool _tap_rtp_save_info_t::saved

True if the stream was saved to file without error


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