Package org.ffmpeg.ffprobe
Class SubtitleType
- java.lang.Object
-
- org.ffmpeg.ffprobe.SubtitleType
-
public class SubtitleType extends Object
Java class for subtitleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subtitleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="media_type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="subtitle" /> <attribute name="pts" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="pts_time" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="start_display_time" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="end_display_time" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="num_rects" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SubtitleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEndDisplayTime()Gets the value of the endDisplayTime property.IntegergetFormat()Gets the value of the format property.StringgetMediaType()Gets the value of the mediaType property.IntegergetNumRects()Gets the value of the numRects property.LonggetPts()Gets the value of the pts property.FloatgetPtsTime()Gets the value of the ptsTime property.IntegergetStartDisplayTime()Gets the value of the startDisplayTime property.voidsetEndDisplayTime(Integer value)Sets the value of the endDisplayTime property.voidsetFormat(Integer value)Sets the value of the format property.voidsetMediaType(String value)Sets the value of the mediaType property.voidsetNumRects(Integer value)Sets the value of the numRects property.voidsetPts(Long value)Sets the value of the pts property.voidsetPtsTime(Float value)Sets the value of the ptsTime property.voidsetStartDisplayTime(Integer value)Sets the value of the startDisplayTime property.
-
-
-
Method Detail
-
getMediaType
public String getMediaType()
Gets the value of the mediaType property.- Returns:
- possible object is
String
-
setMediaType
public void setMediaType(String value)
Sets the value of the mediaType property.- Parameters:
value- allowed object isString
-
setPts
public void setPts(Long value)
Sets the value of the pts property.- Parameters:
value- allowed object isLong
-
getPtsTime
public Float getPtsTime()
Gets the value of the ptsTime property.- Returns:
- possible object is
Float
-
setPtsTime
public void setPtsTime(Float value)
Sets the value of the ptsTime property.- Parameters:
value- allowed object isFloat
-
getFormat
public Integer getFormat()
Gets the value of the format property.- Returns:
- possible object is
Integer
-
setFormat
public void setFormat(Integer value)
Sets the value of the format property.- Parameters:
value- allowed object isInteger
-
getStartDisplayTime
public Integer getStartDisplayTime()
Gets the value of the startDisplayTime property.- Returns:
- possible object is
Integer
-
setStartDisplayTime
public void setStartDisplayTime(Integer value)
Sets the value of the startDisplayTime property.- Parameters:
value- allowed object isInteger
-
getEndDisplayTime
public Integer getEndDisplayTime()
Gets the value of the endDisplayTime property.- Returns:
- possible object is
Integer
-
setEndDisplayTime
public void setEndDisplayTime(Integer value)
Sets the value of the endDisplayTime property.- Parameters:
value- allowed object isInteger
-
getNumRects
public Integer getNumRects()
Gets the value of the numRects property.- Returns:
- possible object is
Integer
-
-