A module representing an fpcm box.
fpcm
@type t() :: %ExMP4.Box.Fpcm{ channel_count: integer(), data_reference_index: integer(), pcmC: ExMP4.Box.Pcmc.t(), sample_rate: {integer(), integer()}, sample_size: integer() }