PpSoundFormatType Enumeration

Constants that specify the format of a sound file. In previous versions of Microsoft PowerPoint, these constants were passed to the Export method of the SoundFormat object and returned by the Type property of that object. In Microsoft Office PowerPoint 2007, the SoundFormat object was deprecated.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("6CB42C6D-2958-4F46-8327-E6ABB83F719D")> _
Public Enumeration PpSoundFormatType
'Usage
Dim instance As PpSoundFormatType
[GuidAttribute("6CB42C6D-2958-4F46-8327-E6ABB83F719D")]
public enum PpSoundFormatType

Members

Member name Description
ppSoundFormatMixed Mixed format
ppSoundFormatNone No format
ppSoundFormatWAV WAV format
ppSoundFormatMIDI MIDI format
ppSoundFormatCDAudio CD Audio format

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace