ESP-IDF
OI_CODEC_SBC_CalculateFramelen()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OI_CODEC_SBC_CalculateFramelen()
OI_CODEC_SBC_CalculateFramelen() function
Calculate the frame length.
Syntax
Show:
Summary
Declaration
from
oi_codec_sbc.h:410
OI_UINT16
OI_CODEC_SBC_CalculateFramelen
(
OI_CODEC_SBC_FRAME_INFO
*
frame
)
;
Arguments
Argument
Description
frame
The frame whose length to calculate
Return value
the length of an individual encoded frame in bytes
Related Functions
Found 8 other functions taking a
OI_CODEC_SBC_FRAME_INFO
argument:
Function
Description
internal_CalculateFramelen()
OI_SBC_CalculateChecksum()
OI_SBC_ExpandFrameFields()
internal_CalculateBitrate()
OI_SBC_CalculateFrameAndHeaderlen()
OI_CODEC_SBC_CalculateBitpool()
Calculate the maximum bitpool size that fits within a given frame length.
OI_CODEC_SBC_CalculateBitrate()
Calculate the bit rate.
OI_SBC_MaxBitpool()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out