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
Specs
index_to_sound_format(non_neg_integer()) :: audio_codec_t()
Specs
index_to_video_codec(non_neg_integer()) :: video_codec_t()
Specs
sound_format_to_index(audio_codec_t()) :: non_neg_integer()
Specs
video_codec_to_index(video_codec_t()) :: non_neg_integer()