IVideo
IVideo class
Represents a video embedded into a presentation.
The IVideo type exposes the following members:
Properties
Name | Description |
---|---|
content_type | Returns a MIME type of an video, 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 video’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