Membrane.FLV (Membrane FLV Plugin v0.1.1) View Source

Format utilities and internal struct definitions for Membrane FLV Plugin

Link to this section Summary

Types

List of audio codecs supported by the FLV format.

List of video codecs supported by the FLV format.

Link to this section Types

Specs

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.

Specs

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

List of video codecs supported by the FLV format.

Link to this section Functions

Link to this function

index_to_sound_format(index)

View Source

Specs

index_to_sound_format(non_neg_integer()) :: audio_codec_t()
Link to this function

index_to_video_codec(index)

View Source

Specs

index_to_video_codec(non_neg_integer()) :: video_codec_t()
Link to this function

sound_format_to_index(format)

View Source

Specs

sound_format_to_index(audio_codec_t()) :: non_neg_integer()
Link to this function

video_codec_to_index(codec)

View Source

Specs

video_codec_to_index(video_codec_t()) :: non_neg_integer()