This is the complete list of members for MediaPlayer, including all inherited members.
activate(PlayerId id, MediaPlayerCallback mpcb) | MediaPlayer | |
activate(PlayerId id, uint8_t output_device, MediaPlayerCallback mpcb) | MediaPlayer | |
activate(PlayerId id, MediaPlayerCallback mpcb, uint32_t player_bufsize) | MediaPlayer | |
activate(PlayerId id, uint8_t output_device, MediaPlayerCallback mpcb, uint32_t player_bufsize) | MediaPlayer | |
begin(void) | MediaPlayer | |
create(PlayerId id) | MediaPlayer | |
create(PlayerId id, AudioAttentionCb attcb) | MediaPlayer | |
deactivate(PlayerId id) | MediaPlayer | |
end(void) | MediaPlayer | inline |
getInstance() | MediaPlayer | inlinestatic |
init(PlayerId id, uint8_t codec_type, uint32_t sampling_rate, uint8_t channel_number) | MediaPlayer | |
init(PlayerId id, uint8_t codec_type, uint32_t sampling_rate, uint8_t bit_length, uint8_t channel_number) | MediaPlayer | |
init(PlayerId id, uint8_t codec_type, const char *codec_path, uint32_t sampling_rate, uint8_t channel_number) | MediaPlayer | |
init(PlayerId id, uint8_t codec_type, const char *codec_path, uint32_t sampling_rate, uint8_t bit_length, uint8_t channel_number) | MediaPlayer | |
Player0 enum value | MediaPlayer | |
Player1 enum value | MediaPlayer | |
PlayerId enum name | MediaPlayer | |
reqNextProcess(PlayerId id, AsRequestNextType type) | MediaPlayer | |
start(PlayerId id, DecodeDoneCallback dccb) | MediaPlayer | |
stop(PlayerId id) | MediaPlayer | |
stop(PlayerId id, uint8_t mode) | MediaPlayer | |
writeFrames(PlayerId id, File &myfile) | MediaPlayer | |
writeFrames(PlayerId id, uint8_t *data, uint32_t size) | MediaPlayer |