AudioPartType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines valid types of AudioPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration AudioPartType
'Usage
Dim instance As AudioPartType
public enum AudioPartType

Members

Member name Description
Aiff Audio Interchange File Format (.aiff)
Midi MIDI Audio (.mid)
Mp3 MP3 (.mp3)
MpegUrl MP3 Playlist File (.m3u)
Wav WAV audio (.wav)
Wma Windows Media Audio File (.wma)
Mpeg Mpeg audio (.mpeg)
Ogg Ogg Vorbis (.ogg)

See Also

Reference

DocumentFormat.OpenXml.Packaging Namespace