Ignore:
Timestamp:
12/15/07 21:04:05 (16 years ago)
Author:
radscorpion
Message:

Eye candy property page for the decoder filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsfilters/dec_mpc/src/mpc_types.h

    r369 r374  
    1616{ 0x9024fa6b, 0x7751, 0x4ea7, { 0xb5, 0x75, 0x39, 0x3b, 0x47, 0x24, 0x34, 0xef } };
    1717
     18// {6F57DAB6-C800-4c81-B547-4ED6CC34EDE9}
     19static const GUID IID_IMusepackDecoder =
     20{ 0x6f57dab6, 0xc800, 0x4c81, { 0xb5, 0x47, 0x4e, 0xd6, 0xcc, 0x34, 0xed, 0xe9 } };
     21
    1822
    1923//-----------------------------------------------------------------------------
     
    2832
    2933
     34DECLARE_INTERFACE_(IMusepackDecoder, IUnknown)
     35{
     36        STDMETHOD(GetStreamVersion)(int *version);
     37        STDMETHOD(GetSamplerate)(int *samplerate);
     38        STDMETHOD(GetChannels)(int *channels);
     39        STDMETHOD(GetReplaygain)(float *gain);
     40        STDMETHOD(GetBitrate)(float *bitrate);
     41        STDMETHOD(GetFramesDecoded)(__int64 *frames);
     42};
    3043
    3144
     
    3346
    3447
     48
Note: See TracChangeset for help on using the changeset viewer.