MediaCodecs.MPEG4.SLConfigDescriptor (MediCodecs v0.7.0)

View Source

Module describing SLConfigDescriptor (defined in: ISO/IEC 14496-1)

Summary

Functions

Parses the binary into a SLConfigDescriptor struct.

Serializes the SLConfigDescriptor struct into a binary format.

Types

t()

@type t() :: %MediaCodecs.MPEG4.SLConfigDescriptor{predefined: non_neg_integer()}

Functions

parse(arg)

@spec parse(binary()) :: t()

Parses the binary into a SLConfigDescriptor struct.

serialize(sl_config_descriptor)

@spec serialize(t()) :: binary()

Serializes the SLConfigDescriptor struct into a binary format.