summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpSoundFormatType.idl
blob: 0020d1b105483dad205485c338390f3f31ecf1ca (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module powerpoint {
    constants PpSoundFormatType {
        const long ppSoundFormatCDAudio = 3;
        const long ppSoundFormatMIDI = 2;
        const long ppSoundFormatMixed = -2;
        const long ppSoundFormatNone = 0;
        const long ppSoundFormatWAV = 1;
    };
}; }; };