FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MMSTContext Struct Reference

Data Fields

MMSContext mms
 
int outgoing_packet_seq
 Outgoing packet sequence number.
 
char path [256]
 Path of the resource being asked for.
 
char host [128]
 Host of the resources.
 
int incoming_packet_seq
 Incoming packet sequence number.
 
int incoming_flags
 Incoming packet flags.
 
int packet_id
 Identifier for packets in the current stream.
 
unsigned int header_packet_id
 default is 2.
 

Detailed Description

Definition at line 88 of file mmst.c.

Field Documentation

MMSContext MMSTContext::mms
int MMSTContext::outgoing_packet_seq

Outgoing packet sequence number.

Definition at line 90 of file mmst.c.

Referenced by start_command_packet().

char MMSTContext::path[256]

Path of the resource being asked for.

Definition at line 91 of file mmst.c.

Referenced by mms_open(), and send_media_file_request().

char MMSTContext::host[128]

Host of the resources.

Definition at line 92 of file mmst.c.

Referenced by mms_open(), and send_startup_packet().

int MMSTContext::incoming_packet_seq

Incoming packet sequence number.

Definition at line 93 of file mmst.c.

Referenced by get_tcp_server_response().

int MMSTContext::incoming_flags

Incoming packet flags.

Definition at line 94 of file mmst.c.

Referenced by get_tcp_server_response(), and mms_open().

int MMSTContext::packet_id

Identifier for packets in the current stream.

Definition at line 95 of file mmst.c.

Referenced by get_tcp_server_response(), mms_open(), and send_media_packet_request().

unsigned int MMSTContext::header_packet_id

default is 2.

Definition at line 96 of file mmst.c.

Referenced by get_tcp_server_response(), handle_packet_stream_changing_type(), and mms_open().


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