FFmpeg
Public Attributes | List of all members
RTMPPacket Struct Reference

structure for holding RTMP packets More...

#include <rtmppkt.h>

Public Attributes

int channel_id
 RTMP channel ID (nothing to do with audio/video channels though)
 
RTMPPacketType type
 packet payload type
 
uint32_t timestamp
 packet full timestamp
 
uint32_t ts_field
 24-bit timestamp or increment to the previous one, in milliseconds (latter only for media packets). Clipped to a maximum of 0xFFFFFF, indicating an extended timestamp field.
 
uint32_t extra
 probably an additional channel ID used during streaming data
 
uint8_t * data
 packet payload
 
int size
 packet payload size
 
int offset
 amount of data read so far
 
int read
 amount read, including headers
 

Detailed Description

structure for holding RTMP packets


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