vcd.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:
midi
开发平台:
Unix_Linux
- /*****************************************************************************
- * vcd.h : VCD input module header for vlc
- * using libcdio, libvcd and libvcdinfo
- *****************************************************************************
- * Copyright (C) 2003, 2004 the VideoLAN team
- * $Id: 23685cfe8bd9ff448a216919643617b2f073b56c $
- *
- * Authors: Rocky Bernstein <rocky@panix.com>
- *
- * 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 2 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
- *****************************************************************************/
- #include <libvcd/info.h>
- #define VCD_MRL_PREFIX "vcdx://"
- /*****************************************************************************
- * vcd_data_t: structure for communication between access and intf.
- *****************************************************************************/
- typedef struct
- {
- #ifdef FINISHED
- vcdplay_ptr vmg;
- #endif
- intf_thread_t * p_intf;
- #ifdef DEMUX_FINISHED
- int i_audio_nb;
- int i_spu_nb;
- #endif
- int i_still_time;
- bool b_end_of_cell;
- #ifdef FINISHED
- vcdplay_event_t event;
- vcdplay_ctrl_t control;
- vcdplay_highlight_t hli;
- #endif
- } vcd_data_t;
- int VCDSetArea ( access_t * );
- int VCDSeek ( access_t *, off_t );