Libav
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 30 of file icecast.c.

Field Documentation

§ class

const AVClass* IcecastContext::class

Definition at line 31 of file icecast.c.

§ hd

URLContext* IcecastContext::hd

Definition at line 32 of file icecast.c.

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

§ send_started

int IcecastContext::send_started

Definition at line 33 of file icecast.c.

Referenced by icecast_write().

§ user

char* IcecastContext::user

Definition at line 34 of file icecast.c.

Referenced by icecast_open().

§ content_type

char* IcecastContext::content_type

Definition at line 36 of file icecast.c.

Referenced by icecast_open(), and icecast_write().

§ description

char* IcecastContext::description

Definition at line 37 of file icecast.c.

Referenced by icecast_open().

§ genre

char* IcecastContext::genre

Definition at line 38 of file icecast.c.

Referenced by icecast_open().

§ legacy_icecast

int IcecastContext::legacy_icecast

Definition at line 39 of file icecast.c.

Referenced by icecast_open().

§ name

char* IcecastContext::name

Definition at line 40 of file icecast.c.

Referenced by icecast_open().

§ pass

char* IcecastContext::pass

Definition at line 41 of file icecast.c.

Referenced by icecast_open().

§ public

int IcecastContext::public

Definition at line 42 of file icecast.c.

Referenced by icecast_open().

§ url

char* IcecastContext::url

Definition at line 43 of file icecast.c.

Referenced by icecast_open().

§ user_agent

char* IcecastContext::user_agent

Definition at line 44 of file icecast.c.

Referenced by icecast_open().


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