FastLED 3.9.15
Loading...
Searching...
No Matches

◆ plm_buffer_create_for_appending()

plm_buffer_t * fl::third_party::plm_buffer_create_for_appending ( size_t initial_capacity)

Definition at line 848 of file pl_mpeg.hpp.

848 {
849 plm_buffer_t *self = plm_buffer_create_with_capacity(initial_capacity);
852 return self;
853}
plm_buffer_t * plm_buffer_create_with_capacity(size_t capacity) FL_NOEXCEPT
Definition pl_mpeg.hpp:837
enum plm_buffer_mode mode
Definition pl_mpeg.hpp:743
#define FALSE
Definition pl_mpeg.hpp:175

References fl::third_party::plm_buffer_t::discard_read_bytes, FALSE, FL_NOEXCEPT, fl::third_party::plm_buffer_t::mode, plm_buffer_create_with_capacity(), and PLM_BUFFER_MODE_APPEND.

+ Here is the call graph for this function: