webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::PacketTime Struct Reference

#include <common_types.h>

Public Member Functions

 PacketTime ()
 
 PacketTime (int64_t timestamp, int64_t not_before)
 
 PacketTime ()
 
 PacketTime (int64_t timestamp, int64_t not_before)
 

Public Attributes

int64_t timestamp
 
int64_t not_before
 

Constructor & Destructor Documentation

◆ PacketTime() [1/4]

webrtc::PacketTime::PacketTime ( )
inline

◆ PacketTime() [2/4]

webrtc::PacketTime::PacketTime ( int64_t  timestamp,
int64_t  not_before 
)
inline

◆ PacketTime() [3/4]

webrtc::PacketTime::PacketTime ( )
inline

◆ PacketTime() [4/4]

webrtc::PacketTime::PacketTime ( int64_t  timestamp,
int64_t  not_before 
)
inline

Member Data Documentation

◆ not_before

int64_t webrtc::PacketTime::not_before

◆ timestamp

int64_t webrtc::PacketTime::timestamp

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