ffmpeg.libavutil.bswap

@file byte swapping routines

Members

Functions

av_bswap16
ushort av_bswap16(ushort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
av_bswap32
uint av_bswap32(uint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
av_bswap64
ulong av_bswap64(ulong x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta