Membrane.FLV (Membrane FLV Plugin v0.13.1)

Copy Markdown View Source

Format utilities and internal struct definitions for Membrane FLV Plugin

Summary

Types

List of audio codecs supported by the FLV format.

List of video codecs supported by the FLV format.

Types

audio_codec_t()

@type audio_codec_t() ::
  :pcm
  | :adpcm
  | :MP3
  | :pcmle
  | :nellymoser_16k_mono
  | :nellymoser_8k_mono
  | :nellymoser
  | :g711_a_law
  | :g711_mu_law
  | :AAC
  | :Speex
  | :MP3_8k
  | :device_specific

List of audio codecs supported by the FLV format.

video_codec_t()

@type video_codec_t() ::
  :sorenson_h263
  | :screen_video
  | :vp6
  | :vp6_with_alpha
  | :screen_video_2
  | :H264

List of video codecs supported by the FLV format.

Functions

index_to_sound_format(index)

@spec index_to_sound_format(non_neg_integer()) :: audio_codec_t()

index_to_video_codec(index)

@spec index_to_video_codec(non_neg_integer()) :: video_codec_t()

sound_format_to_index(sound_format)

@spec sound_format_to_index(audio_codec_t()) :: non_neg_integer()

video_codec_to_index(video_codec)

@spec video_codec_to_index(video_codec_t()) :: non_neg_integer()