Click or drag to resize

IAudioData Interface

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IAudioData

The IAudioData type exposes the following members.

Properties
Name Description
Public property ContentType
Gets a MIME type of an audio.
Public property Data
Gets the copy of an audio's data. Read-only Byte [].
Public property Stream
Gets stream.
Top
Methods
Name Description
Public method GetStream
Gets stream from audio.
Public method SaveToFile
Save audio to disk.
Top
See Also