Ignore:
Timestamp:
Sep 30, 2023, 11:06:42 PM (23 months ago)
Author:
erdmann
Message:

Created branch v2.9_Lars.

Location:
branches/v2.9_Lars
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars/classes/idl/idl_audio/cwaudio.idl

    r2 r74  
    1717 * along with this program; see the file COPYING.  If not, write to
    1818 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
    19  */         
     19 */
    2020/*
    2121 * If you need another license for your project/product (commercial,
    2222 * noncommercial, whatever) contact me at
    23  * 
     23 *
    2424 * http://www.os2world.com/cdwriting
    2525 * http://www.geocities.com/SiliconValley/Sector/5785/
     
    3535#define SIZE_PLAYTIME    11
    3636#define SIZE_SAMPLERATE  7
    37 #define SIZE_BITRATE     7 
     37#define SIZE_BITRATE     7
    3838#define SIZE_CHANNELS    2
    3939#define SIZE_BPS         4
     
    4343*/
    4444
    45 interface M_MMAudio; 
     45interface M_MMAudio;
    4646
    4747
     
    8080
    8181    /*
    82      * methods overridden 
     82     * methods overridden
    8383     *
    8484     */
     
    8686    wpclsQueryInstanceType      : override;
    8787    wpclsQueryInstanceFilter    : override;
    88     wpclsQueryDetailsInfo       : override;   
    89     wpclsQueryTitle             : override;   
     88    wpclsQueryDetailsInfo       : override;
     89    wpclsQueryTitle             : override;
    9090    wpclsInitData               : override;
    9191    wpclsUnInitData             : override;
    92     wpclsQueryDefaultView  : override;   
     92    wpclsQueryDefaultView  : override;
    9393    wpclsQueryIconData          : override;
    9494  };
     
    108108     */
    109109        ULONG  cwmmAddAudioInformationPage(in HWND hwndNotebook);
    110     BOOL   cwmmSetTrackInfo(in char* chrString, in ULONG ulValue, in int iWhich);
    111     ULONG  cwmmQueryTrackInfo(in PSZ chrString, in ULONG ulSize, in int iWhich);
     110    BOOL   cwmmSetTrackInfo(in char* chrString, in ULONG ulValue, in ULONG iWhich);
     111    ULONG  cwmmQueryTrackInfo(in PSZ chrString, in ULONG ulSize, in ULONG iWhich);
    112112    void   cwmmPlayTrack(in HWND hwndCnr, in BOOL bPlay);
    113113        ULONG  cwmmAddTrackNamePage(in HWND hwndNotebook);
     
    157157    ULONG  ulSampleRate;
    158158    ULONG  ulBitRate;
    159     ULONG  ulChannels; 
     159    ULONG  ulChannels;
    160160    ULONG  ulBPS;
    161161    ULONG  ulNumAudioBytes;
    162    
     162
    163163    BOOL bNeedSaving;
    164164    /* Strings shown in details view */
     
    171171/*    char id3Name[33+30+1]; */
    172172 /* 63 chars. ID3 allows 30 */
    173 /*    char id3Artist[33+30+1]; 
     173/*    char id3Artist[33+30+1];
    174174    char id3Album[33+30+1];
    175175    char id3Year[4+1];
     
    188188    PSZ pszGenre;
    189189    /*
    190      * methods overridden 
     190     * methods overridden
    191191     *
    192192     */
     
    202202    wpOpen                  : override;
    203203
    204 /*  wpSetTitle              : override; 
     204/*  wpSetTitle              : override;
    205205    wpQueryRealName         : override;
    206     wpQueryTitle            : override; 
     206    wpQueryTitle            : override;
    207207    wpRefresh               : override;
    208208*/
Note: See TracChangeset for help on using the changeset viewer.