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

📄 id3com.idl

📁 本人收集整理的一份c/c++跨平台网络库
💻 IDL
📖 第 1 页 / 共 2 页
字号:
/////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2000 John Adcock.  All rights reserved.
/////////////////////////////////////////////////////////////////////////////
//
//	This file is subject to the terms of the GNU General Public License as
//	published by the Free Software Foundation.  A copy of this license is
//	included with this software distribution in the file COPYING.  If you
//	do not have a copy, you may obtain a copy by writing to the Free
//	Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
//
//	This software 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
//
/////////////////////////////////////////////////////////////////////////////
// ID3COM.idl : IDL source for ID3COM.dll
/////////////////////////////////////////////////////////////////////////////
// Change Log
//
// Date          Developer             Changes
//
// 05 Jan 2000   John Adcock           Original Release    
// 18 Aug 2000   Philip Oldaker        Added Picture Functionality
// 01 Nov 2002   John Adcock           Changed fields to reflect changes to id3lib
//
/////////////////////////////////////////////////////////////////////////////

// This file will be processed by the MIDL tool to
// produce the type library (ID3COM.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";
	
	typedef 
	[
		uuid(181CFC77-C770-11d3-841C-0008C782A257), 		
		helpstring("ID3 Field Types")
	]
	enum
	{
      ID3_FIELD_NOFIELD = 0,       /**< No field */
      ID3_FIELD_TEXTENC,           /**< Text encoding (unicode or ASCII) */
      ID3_FIELD_TEXT,              /**< Text field */
      ID3_FIELD_URL,               /**< A URL */
      ID3_FIELD_DATA,              /**< Data field */
      ID3_FIELD_DESCRIPTION,       /**< Description field */
      ID3_FIELD_OWNER,             /**< Owner field */
      ID3_FIELD_EMAIL,             /**< Email field */
      ID3_FIELD_RATING,            /**< Rating field */
      ID3_FIELD_FILENAME,          /**< Filename field */
      ID3_FIELD_LANGUAGE,          /**< Language field */
      ID3_FIELD_PICTURETYPE,       /**< Picture type field */
      ID3_FIELD_IMAGEFORMAT,       /**< Image format field */
      ID3_FIELD_MIMETYPE,          /**< Mimetype field */
      ID3_FIELD_COUNTER,           /**< Counter field */
      ID3_FIELD_ID,                /**< Identifier/Symbol field */
      ID3_FIELD_VOLUMEADJ,         /**< Volume adjustment field */
      ID3_FIELD_NUMBITS,           /**< Number of bits field */
      ID3_FIELD_NUMBER,            /**< General Number, can be anything, as long it's an integer <= 32 bits  */
      ID3_FIELD_VOLCHGRIGHT,       /**< Volume chage on the right channel */
      ID3_FIELD_VOLCHGLEFT,        /**< Volume chage on the left channel */
      ID3_FIELD_PEAKVOLRIGHT,      /**< Peak volume on the right channel */
      ID3_FIELD_PEAKVOLLEFT,       /**< Peak volume on the left channel */
      ID3_FIELD_TIMESTAMPFORMAT,   /**< SYLT Timestamp Format */
      ID3_FIELD_CONTENTTYPE,       /**< SYLT content type */
      ID3_FIELD_REVERBL,           /**< Reverb Left */
      ID3_FIELD_REVERBR,           /**< Reverb Right */
      ID3_FIELD_REVERBBOUNCESL,    /**< Reverb Bounces Left */
      ID3_FIELD_REVERBBOUNCESR,    /**< Reverb Bounces Right */
      ID3_FIELD_REVERBFEEDBACKL2L, /**< Reverb Feedback Left to Left */
      ID3_FIELD_REVERBFEEDBACKL2R, /**< Reverb Feedback Left to Right */
      ID3_FIELD_REVERBFEEDBACKR2R, /**< Reverb Feedback Right to Right */
      ID3_FIELD_REVERBFEEDBACKR2L, /**< Reverb Feedback Right to Left */
      ID3_FIELD_PREMIXL2R,         /**< Premix Left to Right */
      ID3_FIELD_PREMIXR2L,         /**< Premix Right to Left */
      ID3_FIELD_LENGTH,            /**< Size field, can be bits, bytes, time etc */
      ID3_FIELD_FLAGS,             /**< Flags field */
      ID3_FIELD_OFFSET,            /**< Offset, can be bits, bytes, time etc */
      ID3_FIELD_PRICE,             /**< Price Field, containing currency+amount */
      ID3_FIELD_8DATE,             /**< Date Field, containing date as YYYYMMDD */
      ID3_FIELD_SELLER,            /**< Seller */
      ID3_FIELD_DELIVERY,          /**< Way of delivery field */
      ID3_FIELD_BITSSIZE,          /**< contains the number of bits for other fields' fixed size */
      ID3_FIELD_BYTESSIZE,         /**< contains the number of bytes for other fields' fixed size */
      ID3_FIELD_LASTFIELDID        /**< Last field placeholder */
	} eID3FieldTypes;


	typedef 
	[
		uuid(385B5F8C-1F3C-11d3-83C6-0008C782A257), 		
		helpstring("ID3 Frame Types")
	]
	enum
	{
      /* ???? */ ID3_NOFRAME = 0,       /**< No known frame */
      /* AENC */ ID3_AUDIOCRYPTO,       /**< Audio encryption */
      /* APIC */ ID3_PICTURE,           /**< Attached picture */
      /* ASPI */ ID3_AUDIOSEEKPOINT,    /**< Audio seek point index */
      /* COMM */ ID3_COMMENT,           /**< Comments */
      /* COMR */ ID3_COMMERCIAL,        /**< Commercial frame */
      /* ENCR */ ID3_CRYPTOREG,         /**< Encryption method registration */
      /* EQU2 */ ID3_EQUALIZATION2,     /**< Equalisation (2) */
      /* EQUA */ ID3_EQUALIZATION,      /**< Equalization */
      /* ETCO */ ID3_EVENTTIMING,       /**< Event timing codes */
      /* GEOB */ ID3_GENERALOBJECT,     /**< General encapsulated object */
      /* GRID */ ID3_GROUPINGREG,       /**< Group identification registration */
      /* IPLS */ ID3_INVOLVEDPEOPLE,    /**< Involved people list */
      /* LINK */ ID3_LINKEDINFO,        /**< Linked information */
      /* MCDI */ ID3_CDID,              /**< Music CD identifier */
      /* MLLT */ ID3_MPEGLOOKUP,        /**< MPEG location lookup table */
      /* OWNE */ ID3_OWNERSHIP,         /**< Ownership frame */
      /* PRIV */ ID3_PRIVATE,           /**< Private frame */
      /* PCNT */ ID3_PLAYCOUNTER,       /**< Play counter */
      /* POPM */ ID3_POPULARIMETER,     /**< Popularimeter */
      /* POSS */ ID3_POSITIONSYNC,      /**< Position synchronisation frame */
      /* RBUF */ ID3_BUFFERSIZE,        /**< Recommended buffer size */
      /* RVA2 */ ID3_VOLUMEADJ2,        /**< Relative volume adjustment (2) */
      /* RVAD */ ID3_VOLUMEADJ,         /**< Relative volume adjustment */
      /* RVRB */ ID3_REVERB,            /**< Reverb */
      /* SEEK */ ID3_SEEKFRAME,         /**< Seek frame */
      /* SIGN */ ID3_SIGNATURE,         /**< Signature frame */
      /* SYLT */ ID3_SYNCEDLYRICS,      /**< Synchronized lyric/text */
      /* SYTC */ ID3_SYNCEDTEMPO,       /**< Synchronized tempo codes */
      /* TALB */ ID3_ALBUM,             /**< Album/Movie/Show title */
      /* TBPM */ ID3_BPM,               /**< BPM (beats per minute) */
      /* TCOM */ ID3_COMPOSER,          /**< Composer */
      /* TCON */ ID3_CONTENTTYPE,       /**< Content type */
      /* TCOP */ ID3_COPYRIGHT,         /**< Copyright message */
      /* TDAT */ ID3_DATE,              /**< Date */
      /* TDEN */ ID3_ENCODINGTIME,      /**< Encoding time */
      /* TDLY */ ID3_PLAYLISTDELAY,     /**< Playlist delay */
      /* TDOR */ ID3_ORIGRELEASETIME,   /**< Original release time */
      /* TDRC */ ID3_RECORDINGTIME,     /**< Recording time */
      /* TDRL */ ID3_RELEASETIME,       /**< Release time */
      /* TDTG */ ID3_TAGGINGTIME,       /**< Tagging time */
      /* TIPL */ ID3_INVOLVEDPEOPLE2,   /**< Involved people list */
      /* TENC */ ID3_ENCODEDBY,         /**< Encoded by */
      /* TEXT */ ID3_LYRICIST,          /**< Lyricist/Text writer */
      /* TFLT */ ID3_FILETYPE,          /**< File type */
      /* TIME */ ID3_TIME,              /**< Time */
      /* TIT1 */ ID3_CONTENTGROUP,      /**< Content group description */
      /* TIT2 */ ID3_TITLE,             /**< Title/songname/content description */
      /* TIT3 */ ID3_SUBTITLE,          /**< Subtitle/Description refinement */
      /* TKEY */ ID3_INITIALKEY,        /**< Initial key */
      /* TLAN */ ID3_LANGUAGE,          /**< Language(s) */
      /* TLEN */ ID3_SONGLEN,           /**< Length */
      /* TMCL */ ID3_MUSICIANCREDITLIST,/**< Musician credits list */
      /* TMED */ ID3_MEDIATYPE,         /**< Media type */
      /* TMOO */ ID3_MOOD,              /**< Mood */
      /* TOAL */ ID3_ORIGALBUM,         /**< Original album/movie/show title */
      /* TOFN */ ID3_ORIGFILENAME,      /**< Original filename */
      /* TOLY */ ID3_ORIGLYRICIST,      /**< Original lyricist(s)/text writer(s) */
      /* TOPE */ ID3_ORIGARTIST,        /**< Original artist(s)/performer(s) */
      /* TORY */ ID3_ORIGYEAR,          /**< Original release year */
      /* TOWN */ ID3_FILEOWNER,         /**< File owner/licensee */
      /* TPE1 */ ID3_LEADARTIST,        /**< Lead performer(s)/Soloist(s) */
      /* TPE2 */ ID3_BAND,              /**< Band/orchestra/accompaniment */
      /* TPE3 */ ID3_CONDUCTOR,         /**< Conductor/performer refinement */
      /* TPE4 */ ID3_MIXARTIST,         /**< Interpreted, remixed, or otherwise modified by */
      /* TPOS */ ID3_PARTINSET,         /**< Part of a set */

⌨️ 快捷键说明

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