FastLED 3.9.15
Loading...
Searching...
No Matches
mp4_parser.h File Reference
#include "fl/stl/stdint.h"
#include "fl/stl/string.h"
#include "fl/stl/vector.h"
#include "fl/stl/span.h"
+ Include dependency graph for mp4_parser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fl::Mp4TrackInfo
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Functions

fl::vector< fl::u8fl::extractH264NalUnits (fl::span< const fl::u8 > data, const Mp4TrackInfo &track, fl::string *error)
 
Mp4TrackInfo fl::parseMp4 (fl::span< const fl::u8 > data, fl::string *error)
 

Class Documentation

◆ fl::Mp4TrackInfo

struct fl::Mp4TrackInfo
+ Collaboration diagram for fl::Mp4TrackInfo:
Class Members
u16 height = 0
bool isValid = false
u8 lengthSizeMinusOne = 0
u8 level = 0
vector< vector< u8 > > pps
u8 profile = 0
vector< vector< u8 > > sps
u16 width = 0