Maven module :un.storage : media-mkv :
Class : un.storage.media.mkv.model.Video
Extends/Implements : un.storage.binding.ebml.EBMLChunk
Subclasses : -

Video := e0 container {
FlagInterlaced := 9a uint [ range:0..1; def:0; ]
StereoMode := 53b8 uint [ range:0..3; def:0; ]
PixelWidth := b0 uint [ range:1..; ]
PixelHeight := ba uint [ range:1..; ]
DisplayWidth := 54b0 uint [ def:PixelWidth; ]
DisplayHeight := 54ba uint [ def:PixelHeight; ]
DisplayUnit := 54b2 uint [ def:0; ]
AspectRatioType := 54b3 uint [ def:0; ]
ColourSpace := 2eb524 binary;
GammaValue := 2fb523 float [ range:>0.0; ]
}

@author Johann Sorel


Variables : -
Functions : getStructure, getFlagInterlaced, getStereoMode, getPixelWidth, getPixelHeight, getDisplayWidth, getDisplayHeight, getDisplayUnit, getAspectRatioType, getColourSpace, getGammaValue



protected PropertyType[] getStructure ()

public Integer getFlagInterlaced ()

public Integer getStereoMode ()

public Integer getPixelWidth ()

public Integer getPixelHeight ()

public Integer getDisplayWidth ()

public Integer getDisplayHeight ()

public Integer getDisplayUnit ()

public Integer getAspectRatioType ()

public byte[] getColourSpace ()

public Float getGammaValue ()