webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Typedefs | Enumerations | Functions
webrtc::rtpplayer Namespace Reference

Classes

class  LostPackets
 
class  PayloadCodecTuple
 
class  PayloadSinkFactoryInterface
 
class  PayloadSinkInterface
 
class  RawRtpPacket
 
class  RtpPlayerImpl
 
class  RtpPlayerInterface
 
class  RtpStreamInterface
 
class  SsrcHandlers
 
class  VcmPayloadSinkFactory
 

Typedefs

typedef std::vector< PayloadCodecTuplePayloadTypes
 
typedef std::vector< PayloadCodecTuple >::const_iterator PayloadTypesIterator
 

Enumerations

enum  { kMaxPacketBufferSize = 4096, kDefaultTransmissionTimeOffsetExtensionId = 2 }
 

Functions

RtpPlayerInterfaceCreate (const std::string &inputFilename, PayloadSinkFactoryInterface *payloadSinkFactory, Clock *clock, const PayloadTypes &payload_types, float lossRate, int64_t rttMs, bool reordering)
 

Typedef Documentation

◆ PayloadTypes

◆ PayloadTypesIterator

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kMaxPacketBufferSize 
kDefaultTransmissionTimeOffsetExtensionId 

Function Documentation

◆ Create()

RtpPlayerInterface * webrtc::rtpplayer::Create ( const std::string inputFilename,
PayloadSinkFactoryInterface payloadSinkFactory,
Clock clock,
const PayloadTypes payload_types,
float  lossRate,
int64_t  rttMs,
bool  reordering 
)