public class Video extends Object
Blob and related VideoInfo.| Modifier and Type | Method and Description |
|---|---|
static Video |
fromBlobAndInfo(Blob blob,
VideoInfo videoInfo)
Build a
Video from a video blob and the related
videoInfo. |
Blob |
getBlob()
Returns the video
Blob. |
double |
getDuration()
Returns the duration of this
Video. |
String |
getFormat()
Returns the format of this
Video. |
double |
getFrameRate()
Returns the frame rate of this
Video. |
long |
getHeight()
Returns the height of this
Video. |
List<Stream> |
getStreams()
Returns all the
Streams of this Video. |
VideoInfo |
getVideoInfo()
Returns the
VideoInfo for this Video. |
long |
getWidth()
Returns the width of this
Video. |
public static Video fromBlobAndInfo(Blob blob, VideoInfo videoInfo)
Video from a video blob and the related
videoInfo.public double getDuration()
Video.public long getWidth()
Video.public long getHeight()
Video.public String getFormat()
Video.public double getFrameRate()
Video.public Blob getBlob()
Blob.Copyright © 2014 Nuxeo SA. All rights reserved.