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

Data Fields

const AVClassclass
 
URLContexthd
 
int send_started
 
char * user
 
char * content_type
 
char * description
 
char * genre
 
int legacy_icecast
 
char * name
 
char * pass
 
int public
 
char * url
 
char * user_agent
 

Detailed Description

Definition at line 31 of file icecast.c.

Field Documentation

const AVClass* IcecastContext::class

Definition at line 32 of file icecast.c.

URLContext* IcecastContext::hd

Definition at line 33 of file icecast.c.

Referenced by icecast_close(), icecast_open(), and icecast_write().

int IcecastContext::send_started

Definition at line 34 of file icecast.c.

Referenced by icecast_write().

char* IcecastContext::user

Definition at line 35 of file icecast.c.

char* IcecastContext::content_type

Definition at line 37 of file icecast.c.

Referenced by icecast_open(), and icecast_write().

char* IcecastContext::description

Definition at line 38 of file icecast.c.

Referenced by icecast_open().

char* IcecastContext::genre

Definition at line 39 of file icecast.c.

Referenced by icecast_open().

int IcecastContext::legacy_icecast

Definition at line 40 of file icecast.c.

Referenced by icecast_open().

char* IcecastContext::name

Definition at line 41 of file icecast.c.

Referenced by icecast_open().

char* IcecastContext::pass

Definition at line 42 of file icecast.c.

Referenced by icecast_open().

int IcecastContext::public

Definition at line 43 of file icecast.c.

Referenced by icecast_open().

char* IcecastContext::url

Definition at line 44 of file icecast.c.

Referenced by icecast_open().

char* IcecastContext::user_agent

Definition at line 45 of file icecast.c.

Referenced by icecast_open().


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