com.aspose.slides
Class VideoEx

java.lang.Object
  extended by com.aspose.slides.VideoEx

public class VideoEx
extends java.lang.Object

Represents an image embedded into a presentation.


Method Summary
 byte[] getBinaryData()
           Returns the copy of an video's data.
 java.lang.String getContentType()
           Returns a MIME type of an video, encoded in BinaryData.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentType

public java.lang.String getContentType()

Returns a MIME type of an video, encoded in BinaryData. Read-only string.


getBinaryData

public byte[] getBinaryData()

Returns the copy of an video's data. Read-only byte[].