|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Video
public class Video
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 |
---|
public java.lang.String getContentType()
Returns a MIME type of an video, encoded in BinaryData
.
Read-only String
.
getContentType
in interface IVideo
public byte[] getBinaryData()
Returns the copy of an audio's data.
Read-only byte[]
.
getBinaryData
in interface IVideo
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |