Libav
|
FLV common header. More...
Go to the source code of this file.
FLV common header.
Copyright (c) 2006 The FFmpeg Project
This file is part of FFmpeg.
FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file flv.h.
#define AMF_END_OF_OBJECT 0x09 |
Definition at line 43 of file flv.h.
Referenced by amf_parse_object(), and flv_write_header().
#define FLV_AUDIO_CHANNEL_MASK 0x01 |
Definition at line 35 of file flv.h.
Referenced by flv_read_packet().
#define FLV_AUDIO_CODECID_MASK 0xf0 |
Definition at line 38 of file flv.h.
Referenced by flv_read_packet().
#define FLV_AUDIO_CODECID_OFFSET 4 |
Definition at line 30 of file flv.h.
Referenced by flv_set_audio_codec().
#define FLV_AUDIO_SAMPLERATE_MASK 0x0c |
Definition at line 37 of file flv.h.
Referenced by flv_read_packet().
#define FLV_AUDIO_SAMPLERATE_OFFSET 2 |
Definition at line 29 of file flv.h.
Referenced by flv_read_packet().
#define FLV_AUDIO_SAMPLESIZE_MASK 0x02 |
Definition at line 36 of file flv.h.
Referenced by flv_read_packet().
#define FLV_VIDEO_CODECID_MASK 0x0f |
Definition at line 40 of file flv.h.
Referenced by flv_read_packet().
#define FLV_VIDEO_FRAMETYPE_MASK 0xf0 |
Definition at line 41 of file flv.h.
Referenced by flv_read_packet().
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
anonymous enum |
enum AMFDataType |