oa::FnVideo::extractSps

Return the raw bytes (including NAL header) of the first SPS unit found in inNalBytes; empty if none.

Function Documentation

oa::Vector<oa::U8> oa::FnVideo::extractSps( const oa::Span<const oa::U8> & inNalBytes )
Return the raw bytes (including NAL header) of the first SPS unit found in inNalBytes; empty if none.

Parameters

inNalBytes
const oa::Span<const oa::U8> &

Returns

oa::Vector<oa::U8>

The declared return value.