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