Data Fields | |
| ogg_stream_state | os |
| ogg_page | og |
| ogg_packet | op |
| elph_ogg_packet | eop |
| ogg_int64_t | packetno |
| ogg_int64_t | granulepos |
*************************************************************************** ! FILE NAME : camogm_ogm.c ! DESCRIPTION: Provides writing to ogm files for camogm ! Copyright (C) 2007 Elphel, Inc. ! -----------------------------------------------------------------------------** ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or ! (at your option) any later version. ! ! This program 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 General Public License for more details. ! ! You should have received a copy of the GNU General Public License ! along with this program. If not, see <http://www.gnu.org/licenses/>. ! -----------------------------------------------------------------------------** ! !
Definition at line 65 of file camogm_ogm.c.
| ogg_stream_state ogm_stream_t::os |
Definition at line 66 of file camogm_ogm.c.
Referenced by camogm_audio_end(), camogm_audio_init(), camogm_audio_ogm_push(), camogm_end_ogm(), camogm_frame_ogm(), camogm_start_ogm(), and ogm_flush_to_file().
| ogg_page ogm_stream_t::og |
| ogg_packet ogm_stream_t::op |
Definition at line 68 of file camogm_ogm.c.
| elph_ogg_packet ogm_stream_t::eop |
Definition at line 69 of file camogm_ogm.c.
| ogg_int64_t ogm_stream_t::packetno |
Definition at line 70 of file camogm_ogm.c.
Referenced by camogm_audio_end(), camogm_audio_init(), camogm_audio_ogm_push(), camogm_end_ogm(), camogm_frame_ogm(), and camogm_start_ogm().
| ogg_int64_t ogm_stream_t::granulepos |
Definition at line 71 of file camogm_ogm.c.
Referenced by camogm_audio_end(), camogm_audio_init(), camogm_audio_ogm_push(), camogm_end_ogm(), camogm_frame_ogm(), and camogm_start_ogm().
1.5.1