com.aspose.slides
Class Video

java.lang.Object
  extended by com.aspose.slides.Video
All Implemented Interfaces:
IVideo

public class Video
extends java.lang.Object
implements IVideo

Represents an image embedded into a presentation.


Method Summary
 byte[] getBinaryData()
           Returns the copy of an audio's data.
 java.lang.String getContentType()
           Returns a MIME type of an video, encoded in BinaryData.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 
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.

Specified by:
getContentType in interface IVideo

getBinaryData

public byte[] getBinaryData()

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

Specified by:
getBinaryData in interface IVideo

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.