public class Program extends Object
Java class for programType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="programType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tag" type="{http://www.ffmpeg.org/schema/ffprobe}tagType" maxOccurs="unbounded" minOccurs="0"/> <element name="streams" type="{http://www.ffmpeg.org/schema/ffprobe}streamsType" minOccurs="0"/> </sequence> <attribute name="program_id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="program_num" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nb_streams" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="start_pts" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="end_time" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="end_pts" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="pmt_pid" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="pcr_pid" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
endPts |
protected Float |
endTime |
protected int |
nbStreams |
protected int |
pcrPid |
protected int |
pmtPid |
protected int |
programId |
protected int |
programNum |
protected Long |
startPts |
protected Float |
startTime |
protected Streams |
streams |
protected List<Tag> |
tag |
Constructor and Description |
---|
Program() |
Modifier and Type | Method and Description |
---|---|
Long |
getEndPts()
Gets the value of the endPts property.
|
Float |
getEndTime()
Gets the value of the endTime property.
|
int |
getNbStreams()
Gets the value of the nbStreams property.
|
int |
getPcrPid()
Gets the value of the pcrPid property.
|
int |
getPmtPid()
Gets the value of the pmtPid property.
|
int |
getProgramId()
Gets the value of the programId property.
|
int |
getProgramNum()
Gets the value of the programNum property.
|
Long |
getStartPts()
Gets the value of the startPts property.
|
Float |
getStartTime()
Gets the value of the startTime property.
|
Streams |
getStreams()
Gets the value of the streams property.
|
List<Tag> |
getTag()
Gets the value of the tag property.
|
void |
setEndPts(Long value)
Sets the value of the endPts property.
|
void |
setEndTime(Float value)
Sets the value of the endTime property.
|
void |
setNbStreams(int value)
Sets the value of the nbStreams property.
|
void |
setPcrPid(int value)
Sets the value of the pcrPid property.
|
void |
setPmtPid(int value)
Sets the value of the pmtPid property.
|
void |
setProgramId(int value)
Sets the value of the programId property.
|
void |
setProgramNum(int value)
Sets the value of the programNum property.
|
void |
setStartPts(Long value)
Sets the value of the startPts property.
|
void |
setStartTime(Float value)
Sets the value of the startTime property.
|
void |
setStreams(Streams value)
Sets the value of the streams property.
|
protected Streams streams
protected int programId
protected int programNum
protected int nbStreams
protected Float startTime
protected Long startPts
protected Float endTime
protected Long endPts
protected int pmtPid
protected int pcrPid
public List<Tag> getTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
Tag
public Streams getStreams()
Streams
public void setStreams(Streams value)
value
- allowed object is
Streams
public int getProgramId()
public void setProgramId(int value)
public int getProgramNum()
public void setProgramNum(int value)
public int getNbStreams()
public void setNbStreams(int value)
public Float getStartTime()
Float
public void setStartTime(Float value)
value
- allowed object is
Float
public Long getStartPts()
Long
public void setStartPts(Long value)
value
- allowed object is
Long
public Float getEndTime()
Float
public void setEndTime(Float value)
value
- allowed object is
Float
public Long getEndPts()
Long
public void setEndPts(Long value)
value
- allowed object is
Long
public int getPmtPid()
public void setPmtPid(int value)
public int getPcrPid()
public void setPcrPid(int value)
Copyright © 2017. All rights reserved.