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

◆ plm_create_with_memory()

plm_t * fl::third_party::plm_create_with_memory ( uint8_t * bytes,
size_t length,
int free_when_done )

Definition at line 244 of file pl_mpeg.hpp.

244 {
245 plm_buffer_t *buffer = plm_buffer_create_with_memory(bytes, length, free_when_done);
246 return plm_create_with_buffer(buffer, TRUE);
247}
fl::UISlider length("Length", 1.0f, 0.0f, 1.0f, 0.01f)
plm_buffer_t * plm_buffer_create_with_memory(uint8_t *bytes, size_t length, int free_when_done) FL_NOEXCEPT
Definition pl_mpeg.hpp:824
plm_t * plm_create_with_buffer(plm_buffer_t *buffer, int destroy_when_done) FL_NOEXCEPT
Definition pl_mpeg.hpp:249
#define TRUE
Definition pl_mpeg.hpp:174

References FL_NOEXCEPT, length(), plm_buffer_create_with_memory(), plm_create_with_buffer(), and TRUE.

Referenced by fl::third_party::SoftwareMpeg1Decoder::initializeDecoder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: