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

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

@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.

@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

Link to this function

index_to_sound_format(index)

View Source
@spec index_to_sound_format(non_neg_integer()) :: audio_codec_t()
Link to this function

index_to_video_codec(index)

View Source
@spec index_to_video_codec(non_neg_integer()) :: video_codec_t()
Link to this function

sound_format_to_index(sound_format)

View Source
@spec sound_format_to_index(audio_codec_t()) :: non_neg_integer()
Link to this function

video_codec_to_index(video_codec)

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