videodata-ag凯发旗舰厅
com.spire.presentation
class videodata
java.lang.object
com.spire.presentation.videodata
public class videodata
- extends java.lang.object
represents an image embedded into a presentation.
constructor summary |
videodata( part,
_package)
|
( part,
_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. |
videodata
public videodata( part,
_package)
videodata
public videodata( part,
_package,
com.spire.ms.system.drawing.image image,
com.spire.ms.system.drawing.rectangle imageframe)
getcontenttype
public java.lang.string getcontenttype()
- gets a mime type of an video, encoded in .
read-only .
- returns:
getdata
public byte[] getdata()
- gets the copy of an video's data.
read-only [].
- returns:
savetofile
public void savetofile(java.lang.string filename)
- save video to disk.
- parameters:
filename
-
- throws:
java.lang.exception