|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.VideoData
public class VideoData
Represents an image embedded into a presentation.
Constructor Summary | |
---|---|
VideoData(PptxPartEntry part,
PptxFile _package)
|
|
VideoData(PptxPartEntry part,
PptxFile _package,
com.spire.ms.System.Drawing.Image image,
com.spire.ms.System.Drawing.Rectangle imageFrame)
|
Method Summary | |
---|---|
java.lang.String |
getContentType()
Gets a MIME type of an video, encoded in |
byte[] |
getData()
Gets the copy of an video's data. |
void |
saveToFile(java.lang.String fileName)
Save video to disk. |
Constructor Detail |
---|
public VideoData(PptxPartEntry part, PptxFile _package)
public VideoData(PptxPartEntry part, PptxFile _package, com.spire.ms.System.Drawing.Image image, com.spire.ms.System.Drawing.Rectangle imageFrame)
Method Detail |
---|
public java.lang.String getContentType()
public byte[] getData()
public void saveToFile(java.lang.String fileName)
fileName
-
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |