IAudio class
IAudio class
Represents an embedded audio file.
The IAudio type exposes the following members:
Properties
Property | Description |
---|---|
content_type | Returns a MIME type of an audio, encoded in IAudio.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 IAudio.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