API Reference
Class
LegacyPptSound
Represents one entry in a binary PowerPoint document sound collection.
Inheritance
- Object
- LegacyPptSound
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptPresentation.Sounds
- Property LegacyPptMedia.Sound
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 Id { get; } #Gets the positive document-level identifier referenced by slide-show records.
public String Name { get; } #Gets the display name stored with the sound.
public String Extension { get; } #Gets the four-character binary file extension, when present.
public Nullable<Int32> BuiltInId { get; } #Gets the optional built-in PowerPoint sound identifier (100 through 125).
public Byte[] DataBytes { get; } #Gets the exact embedded WAV or AIFF payload.
public Boolean HasData { get; } #Gets whether this entry contains embedded audio bytes.
public String ContentType { get; } #Gets the media content type inferred from the binary extension or payload signature.