FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
URLContext * | hd |
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 |
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.
Referenced by icecast_open().
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().