Video class
Video class
Represents an image embedded into a presentation.
The Video type exposes the following members:
Properties
| Property | Description |
|---|---|
content_type | Returns a MIME type of an video, encoded in Video.binary_data.Read-only str. |
binary_data | Returns the copy of an audio’s data. In case of large amount of data consider using ofVideo.get_stream method to prevent unnecessary loading of video’s data into memoryor 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