IcecastClientSettings Struct Reference

Icecast client settings. More...

#include <icecast_client.h>

Data Fields

OsTaskParameters task
 Task parameters. More...
 
NetInterfaceinterface
 Underlying network interface. More...
 
char_t serverName [ICECAST_SERVER_NAME_MAX_LEN]
 Icecast server name. More...
 
uint16_t serverPort
 Icecast server port. More...
 
char_t resource [ICECAST_RESOURCE_MAX_LEN]
 Requested resource. More...
 
size_t bufferSize
 Streaming buffer size. More...
 

Detailed Description

Icecast client settings.

Definition at line 102 of file icecast_client.h.

Field Documentation

◆ bufferSize

size_t bufferSize

Streaming buffer size.

Definition at line 109 of file icecast_client.h.

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 105 of file icecast_client.h.

◆ resource

Requested resource.

Definition at line 108 of file icecast_client.h.

◆ serverName

Icecast server name.

Definition at line 106 of file icecast_client.h.

◆ serverPort

uint16_t serverPort

Icecast server port.

Definition at line 107 of file icecast_client.h.

◆ task

Task parameters.

Definition at line 104 of file icecast_client.h.


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