Membrane.FFmpeg.SWResample.Converter.OutputFormat (Membrane FFmpeg SWResample plugin v0.21.0)

Copy Markdown View Source

Struct defining the output stream format of the converter. If a field is set to :keep, then its value will be preserved from input stream format.

Summary

Types

t()

Struct defining the output stream format of the converter. If a field is set to :keep, then its value will be preserved from input stream format.

Types

t()

@type t() :: %Membrane.FFmpeg.SWResample.Converter.OutputFormat{
  channels: Membrane.RawAudio.channels_t() | :keep,
  sample_format: Membrane.RawAudio.SampleFormat.t() | :keep,
  sample_rate: Membrane.RawAudio.sample_rate_t() | :keep
}

Struct defining the output stream format of the converter. If a field is set to :keep, then its value will be preserved from input stream format.