Package org.ffmpeg.ffprobe700
Class SubtitleType
java.lang.Object
org.ffmpeg.ffprobe700.SubtitleType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDisplayTime property.Gets the value of the format property.Gets the value of the mediaType property.Gets the value of the numRects property.getPts()Gets the value of the pts property.Gets the value of the ptsTime property.Gets the value of the startDisplayTime property.voidsetEndDisplayTime(Integer value) Sets the value of the endDisplayTime property.voidSets 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.voidSets 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.
-
Field Details
-
mediaType
-
pts
-
ptsTime
-
format
-
startDisplayTime
-
endDisplayTime
-
numRects
-
-
Constructor Details
-
SubtitleType
public SubtitleType()
-
-
Method Details
-
getMediaType
Gets the value of the mediaType property.- Returns:
- possible object is
String
-
setMediaType
Sets the value of the mediaType property.- Parameters:
value- allowed object isString
-
getPts
Gets the value of the pts property.- Returns:
- possible object is
Long
-
setPts
Sets the value of the pts property.- Parameters:
value- allowed object isLong
-
getPtsTime
Gets the value of the ptsTime property.- Returns:
- possible object is
Float
-
setPtsTime
Sets the value of the ptsTime property.- Parameters:
value- allowed object isFloat
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
Integer
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isInteger
-
getStartDisplayTime
Gets the value of the startDisplayTime property.- Returns:
- possible object is
Integer
-
setStartDisplayTime
Sets the value of the startDisplayTime property.- Parameters:
value- allowed object isInteger
-
getEndDisplayTime
Gets the value of the endDisplayTime property.- Returns:
- possible object is
Integer
-
setEndDisplayTime
Sets the value of the endDisplayTime property.- Parameters:
value- allowed object isInteger
-
getNumRects
Gets the value of the numRects property.- Returns:
- possible object is
Integer
-
setNumRects
Sets the value of the numRects property.- Parameters:
value- allowed object isInteger
-