⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 playlist.h

📁 uclinux 下的vlc播放器源代码
💻 H
字号:
/***************************************************************************** * playlist.h:  Playlist import module common functions ***************************************************************************** * Copyright (C) 2004 the VideoLAN team * $Id: playlist.h 16994 2006-10-08 14:40:02Z jpsaman $ * * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org> * * 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. *****************************************************************************/char *E_(ProcessMRL)( char *, char * );char *E_(FindPrefix)( demux_t * );vlc_bool_t E_(FindItem)( demux_t *, playlist_t *, playlist_item_t **);int E_(Import_Old) ( vlc_object_t * );void E_(Close_Old) ( vlc_object_t *);int E_(Import_Native) ( vlc_object_t * );void E_(Close_Native) ( vlc_object_t * );int E_(Import_M3U) ( vlc_object_t * );void E_(Close_M3U) ( vlc_object_t * );int E_(Import_PLS) ( vlc_object_t * );void E_(Close_PLS) ( vlc_object_t * );int E_(Import_B4S) ( vlc_object_t * );void E_(Close_B4S) ( vlc_object_t * );int E_(Import_DVB) ( vlc_object_t * );void E_(Close_DVB) ( vlc_object_t * );int E_(Import_podcast) ( vlc_object_t * );void E_(Close_podcast) ( vlc_object_t * );int E_(Import_xspf) ( vlc_object_t * );void E_(Close_xspf) ( vlc_object_t * );int E_(Import_Shoutcast) ( vlc_object_t * );void E_(Close_Shoutcast) ( vlc_object_t * );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -