Audio class
Audio class
Represents an embedded audio file.
The Audio type exposes the following members:
Properties
| Property | Description |
|---|---|
content_type | Returns a MIME type of an audio, encoded in Audio.binary_data.Read-only str. |
binary_data | Returns the copy of an audio’s data. In case of large amount of data consider using of Audio.get_stream method to prevent unnecessary loading of audio’sdata into memory or even OutOfMemoryException. Read-only int[]. |
Methods
| Method | Description |
|---|---|
get_stream | Returns Stream stream for reading. Use ‘using’ or close stream after using. |
See Also
- module
aspose.slides - library
Aspose.Slides