Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.sampleentries.VideoSampleEntry
Extends/Implements : un.storage.media.mp4.boxes.impl.sampleentries.SampleEntry
Subclasses : -

author  Alexander Simm


Variables : -
Functions : VideoSampleEntry, decode, getWidth, getHeight, getHorizontalResolution, getVerticalResolution, getFrameCount, getCompressorName, getDepth



public void VideoSampleEntry ()

public void decode (MP4InputStream in)


The width is the maximum visual width of the stream described by this
sample description, in pixels.
public int getWidth ()


The height is the maximum visual height of the stream described by this
sample description, in pixels.
public int getHeight ()


The horizontal resolution of the image in pixels-per-inch, as a floating
point value.
public double getHorizontalResolution ()


The vertical resolution of the image in pixels-per-inch, as a floating
point value.
public double getVerticalResolution ()


The frame count indicates how many frames of compressed video are stored
in each sample.
public int getFrameCount ()


The compressor name, for informative purposes.
public String getCompressorName ()


The depth takes one of the following values
DEFAULT_DEPTH (0x18) – images are in colour with no alpha
public int getDepth ()