Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
IcecastClientSettings Struct Reference
Icecast client settings. More...
#include <icecast_client.h>
Data Fields | |
| NetInterface * | interface |
| Underlying network interface. | |
| char_t | serverName [ICECAST_SERVER_NAME_MAX_LEN] |
| Icecast server name. | |
| uint16_t | serverPort |
| Icecast server port. | |
| char_t | resource [ICECAST_RESOURCE_MAX_LEN] |
| Requested resource. | |
| size_t | bufferSize |
| Streaming buffer size. | |
Detailed Description
Icecast client settings.
Definition at line 95 of file icecast_client.h.
Field Documentation
| size_t bufferSize |
Streaming buffer size.
Definition at line 101 of file icecast_client.h.
| NetInterface* interface |
Underlying network interface.
Definition at line 97 of file icecast_client.h.
| char_t resource[ICECAST_RESOURCE_MAX_LEN] |
Requested resource.
Definition at line 100 of file icecast_client.h.
| char_t serverName[ICECAST_SERVER_NAME_MAX_LEN] |
Icecast server name.
Definition at line 98 of file icecast_client.h.
| uint16_t serverPort |
Icecast server port.
Definition at line 99 of file icecast_client.h.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2