Package org.ffmpeg.ffprobe
Class StreamType
- java.lang.Object
-
- org.ffmpeg.ffprobe.StreamType
-
public class StreamType extends Object
Java class for streamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="disposition" type="{http://www.ffmpeg.org/schema/ffprobe}streamDispositionType" minOccurs="0"/> <element name="tag" type="{http://www.ffmpeg.org/schema/ffprobe}tagType" maxOccurs="unbounded" minOccurs="0"/> <element name="side_data_list" type="{http://www.ffmpeg.org/schema/ffprobe}packetSideDataListType" minOccurs="0"/> </sequence> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="codec_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codec_long_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="profile" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codec_type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codec_time_base" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codec_tag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codec_tag_string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="extradata_hash" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coded_width" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="coded_height" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="has_b_frames" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="sample_aspect_ratio" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="display_aspect_ratio" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="pix_fmt" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="color_range" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color_space" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color_transfer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="color_primaries" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="chroma_location" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="field_order" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="timecode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="refs" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="sample_fmt" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sample_rate" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="channels" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="channel_layout" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="bits_per_sample" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="r_frame_rate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="avg_frame_rate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time_base" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="start_pts" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="duration_ts" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="bit_rate" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="max_bit_rate" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="bits_per_raw_sample" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nb_frames" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nb_read_frames" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="nb_read_packets" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StreamType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvgFrameRate()Gets the value of the avgFrameRate property.IntegergetBitRate()Gets the value of the bitRate property.IntegergetBitsPerRawSample()Gets the value of the bitsPerRawSample property.IntegergetBitsPerSample()Gets the value of the bitsPerSample property.StringgetChannelLayout()Gets the value of the channelLayout property.IntegergetChannels()Gets the value of the channels property.StringgetChromaLocation()Gets the value of the chromaLocation property.StringgetCodecLongName()Gets the value of the codecLongName property.StringgetCodecName()Gets the value of the codecName property.StringgetCodecTag()Gets the value of the codecTag property.StringgetCodecTagString()Gets the value of the codecTagString property.StringgetCodecTimeBase()Gets the value of the codecTimeBase property.StringgetCodecType()Gets the value of the codecType property.IntegergetCodedHeight()Gets the value of the codedHeight property.IntegergetCodedWidth()Gets the value of the codedWidth property.StringgetColorPrimaries()Gets the value of the colorPrimaries property.StringgetColorRange()Gets the value of the colorRange property.StringgetColorSpace()Gets the value of the colorSpace property.StringgetColorTransfer()Gets the value of the colorTransfer property.StringgetDisplayAspectRatio()Gets the value of the displayAspectRatio property.StreamDispositionTypegetDisposition()Gets the value of the disposition property.FloatgetDuration()Gets the value of the duration property.LonggetDurationTs()Gets the value of the durationTs property.StringgetExtradata()Gets the value of the extradata property.StringgetExtradataHash()Gets the value of the extradataHash property.StringgetFieldOrder()Gets the value of the fieldOrder property.IntegergetHasBFrames()Gets the value of the hasBFrames property.IntegergetHeight()Gets the value of the height property.StringgetId()Gets the value of the id property.intgetIndex()Gets the value of the index property.IntegergetLevel()Gets the value of the level property.IntegergetMaxBitRate()Gets the value of the maxBitRate property.IntegergetNbFrames()Gets the value of the nbFrames property.IntegergetNbReadFrames()Gets the value of the nbReadFrames property.IntegergetNbReadPackets()Gets the value of the nbReadPackets property.StringgetPixFmt()Gets the value of the pixFmt property.StringgetProfile()Gets the value of the profile property.IntegergetRefs()Gets the value of the refs property.StringgetRFrameRate()Gets the value of the rFrameRate property.StringgetSampleAspectRatio()Gets the value of the sampleAspectRatio property.StringgetSampleFmt()Gets the value of the sampleFmt property.IntegergetSampleRate()Gets the value of the sampleRate property.PacketSideDataListTypegetSideDataList()Gets the value of the sideDataList property.LonggetStartPts()Gets the value of the startPts property.FloatgetStartTime()Gets the value of the startTime property.List<TagType>getTag()Gets the value of the tag property.StringgetTimeBase()Gets the value of the timeBase property.StringgetTimecode()Gets the value of the timecode property.IntegergetWidth()Gets the value of the width property.voidsetAvgFrameRate(String value)Sets the value of the avgFrameRate property.voidsetBitRate(Integer value)Sets the value of the bitRate property.voidsetBitsPerRawSample(Integer value)Sets the value of the bitsPerRawSample property.voidsetBitsPerSample(Integer value)Sets the value of the bitsPerSample property.voidsetChannelLayout(String value)Sets the value of the channelLayout property.voidsetChannels(Integer value)Sets the value of the channels property.voidsetChromaLocation(String value)Sets the value of the chromaLocation property.voidsetCodecLongName(String value)Sets the value of the codecLongName property.voidsetCodecName(String value)Sets the value of the codecName property.voidsetCodecTag(String value)Sets the value of the codecTag property.voidsetCodecTagString(String value)Sets the value of the codecTagString property.voidsetCodecTimeBase(String value)Sets the value of the codecTimeBase property.voidsetCodecType(String value)Sets the value of the codecType property.voidsetCodedHeight(Integer value)Sets the value of the codedHeight property.voidsetCodedWidth(Integer value)Sets the value of the codedWidth property.voidsetColorPrimaries(String value)Sets the value of the colorPrimaries property.voidsetColorRange(String value)Sets the value of the colorRange property.voidsetColorSpace(String value)Sets the value of the colorSpace property.voidsetColorTransfer(String value)Sets the value of the colorTransfer property.voidsetDisplayAspectRatio(String value)Sets the value of the displayAspectRatio property.voidsetDisposition(StreamDispositionType value)Sets the value of the disposition property.voidsetDuration(Float value)Sets the value of the duration property.voidsetDurationTs(Long value)Sets the value of the durationTs property.voidsetExtradata(String value)Sets the value of the extradata property.voidsetExtradataHash(String value)Sets the value of the extradataHash property.voidsetFieldOrder(String value)Sets the value of the fieldOrder property.voidsetHasBFrames(Integer value)Sets the value of the hasBFrames property.voidsetHeight(Integer value)Sets the value of the height property.voidsetId(String value)Sets the value of the id property.voidsetIndex(int value)Sets the value of the index property.voidsetLevel(Integer value)Sets the value of the level property.voidsetMaxBitRate(Integer value)Sets the value of the maxBitRate property.voidsetNbFrames(Integer value)Sets the value of the nbFrames property.voidsetNbReadFrames(Integer value)Sets the value of the nbReadFrames property.voidsetNbReadPackets(Integer value)Sets the value of the nbReadPackets property.voidsetPixFmt(String value)Sets the value of the pixFmt property.voidsetProfile(String value)Sets the value of the profile property.voidsetRefs(Integer value)Sets the value of the refs property.voidsetRFrameRate(String value)Sets the value of the rFrameRate property.voidsetSampleAspectRatio(String value)Sets the value of the sampleAspectRatio property.voidsetSampleFmt(String value)Sets the value of the sampleFmt property.voidsetSampleRate(Integer value)Sets the value of the sampleRate property.voidsetSideDataList(PacketSideDataListType value)Sets the value of the sideDataList property.voidsetStartPts(Long value)Sets the value of the startPts property.voidsetStartTime(Float value)Sets the value of the startTime property.voidsetTimeBase(String value)Sets the value of the timeBase property.voidsetTimecode(String value)Sets the value of the timecode property.voidsetWidth(Integer value)Sets the value of the width property.
-
-
-
Field Detail
-
disposition
protected StreamDispositionType disposition
-
sideDataList
protected PacketSideDataListType sideDataList
-
index
protected int index
-
codecName
protected String codecName
-
codecLongName
protected String codecLongName
-
profile
protected String profile
-
codecType
protected String codecType
-
codecTimeBase
protected String codecTimeBase
-
codecTag
protected String codecTag
-
codecTagString
protected String codecTagString
-
extradata
protected String extradata
-
extradataHash
protected String extradataHash
-
width
protected Integer width
-
height
protected Integer height
-
codedWidth
protected Integer codedWidth
-
codedHeight
protected Integer codedHeight
-
hasBFrames
protected Integer hasBFrames
-
sampleAspectRatio
protected String sampleAspectRatio
-
displayAspectRatio
protected String displayAspectRatio
-
pixFmt
protected String pixFmt
-
level
protected Integer level
-
colorRange
protected String colorRange
-
colorSpace
protected String colorSpace
-
colorTransfer
protected String colorTransfer
-
colorPrimaries
protected String colorPrimaries
-
chromaLocation
protected String chromaLocation
-
fieldOrder
protected String fieldOrder
-
timecode
protected String timecode
-
refs
protected Integer refs
-
sampleFmt
protected String sampleFmt
-
sampleRate
protected Integer sampleRate
-
channels
protected Integer channels
-
channelLayout
protected String channelLayout
-
bitsPerSample
protected Integer bitsPerSample
-
id
protected String id
-
rFrameRate
protected String rFrameRate
-
avgFrameRate
protected String avgFrameRate
-
timeBase
protected String timeBase
-
startPts
protected Long startPts
-
startTime
protected Float startTime
-
durationTs
protected Long durationTs
-
duration
protected Float duration
-
bitRate
protected Integer bitRate
-
maxBitRate
protected Integer maxBitRate
-
bitsPerRawSample
protected Integer bitsPerRawSample
-
nbFrames
protected Integer nbFrames
-
nbReadFrames
protected Integer nbReadFrames
-
nbReadPackets
protected Integer nbReadPackets
-
-
Method Detail
-
getDisposition
public StreamDispositionType getDisposition()
Gets the value of the disposition property.- Returns:
- possible object is
StreamDispositionType
-
setDisposition
public void setDisposition(StreamDispositionType value)
Sets the value of the disposition property.- Parameters:
value- allowed object isStreamDispositionType
-
getTag
public List<TagType> getTag()
Gets the value of the tag property.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
setmethod 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
TagType
-
getSideDataList
public PacketSideDataListType getSideDataList()
Gets the value of the sideDataList property.- Returns:
- possible object is
PacketSideDataListType
-
setSideDataList
public void setSideDataList(PacketSideDataListType value)
Sets the value of the sideDataList property.- Parameters:
value- allowed object isPacketSideDataListType
-
getIndex
public int getIndex()
Gets the value of the index property.
-
setIndex
public void setIndex(int value)
Sets the value of the index property.
-
getCodecName
public String getCodecName()
Gets the value of the codecName property.- Returns:
- possible object is
String
-
setCodecName
public void setCodecName(String value)
Sets the value of the codecName property.- Parameters:
value- allowed object isString
-
getCodecLongName
public String getCodecLongName()
Gets the value of the codecLongName property.- Returns:
- possible object is
String
-
setCodecLongName
public void setCodecLongName(String value)
Sets the value of the codecLongName property.- Parameters:
value- allowed object isString
-
getProfile
public String getProfile()
Gets the value of the profile property.- Returns:
- possible object is
String
-
setProfile
public void setProfile(String value)
Sets the value of the profile property.- Parameters:
value- allowed object isString
-
getCodecType
public String getCodecType()
Gets the value of the codecType property.- Returns:
- possible object is
String
-
setCodecType
public void setCodecType(String value)
Sets the value of the codecType property.- Parameters:
value- allowed object isString
-
getCodecTimeBase
public String getCodecTimeBase()
Gets the value of the codecTimeBase property.- Returns:
- possible object is
String
-
setCodecTimeBase
public void setCodecTimeBase(String value)
Sets the value of the codecTimeBase property.- Parameters:
value- allowed object isString
-
getCodecTag
public String getCodecTag()
Gets the value of the codecTag property.- Returns:
- possible object is
String
-
setCodecTag
public void setCodecTag(String value)
Sets the value of the codecTag property.- Parameters:
value- allowed object isString
-
getCodecTagString
public String getCodecTagString()
Gets the value of the codecTagString property.- Returns:
- possible object is
String
-
setCodecTagString
public void setCodecTagString(String value)
Sets the value of the codecTagString property.- Parameters:
value- allowed object isString
-
getExtradata
public String getExtradata()
Gets the value of the extradata property.- Returns:
- possible object is
String
-
setExtradata
public void setExtradata(String value)
Sets the value of the extradata property.- Parameters:
value- allowed object isString
-
getExtradataHash
public String getExtradataHash()
Gets the value of the extradataHash property.- Returns:
- possible object is
String
-
setExtradataHash
public void setExtradataHash(String value)
Sets the value of the extradataHash property.- Parameters:
value- allowed object isString
-
getWidth
public Integer getWidth()
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
public void setWidth(Integer value)
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
public Integer getHeight()
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
public void setHeight(Integer value)
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
getCodedWidth
public Integer getCodedWidth()
Gets the value of the codedWidth property.- Returns:
- possible object is
Integer
-
setCodedWidth
public void setCodedWidth(Integer value)
Sets the value of the codedWidth property.- Parameters:
value- allowed object isInteger
-
getCodedHeight
public Integer getCodedHeight()
Gets the value of the codedHeight property.- Returns:
- possible object is
Integer
-
setCodedHeight
public void setCodedHeight(Integer value)
Sets the value of the codedHeight property.- Parameters:
value- allowed object isInteger
-
getHasBFrames
public Integer getHasBFrames()
Gets the value of the hasBFrames property.- Returns:
- possible object is
Integer
-
setHasBFrames
public void setHasBFrames(Integer value)
Sets the value of the hasBFrames property.- Parameters:
value- allowed object isInteger
-
getSampleAspectRatio
public String getSampleAspectRatio()
Gets the value of the sampleAspectRatio property.- Returns:
- possible object is
String
-
setSampleAspectRatio
public void setSampleAspectRatio(String value)
Sets the value of the sampleAspectRatio property.- Parameters:
value- allowed object isString
-
getDisplayAspectRatio
public String getDisplayAspectRatio()
Gets the value of the displayAspectRatio property.- Returns:
- possible object is
String
-
setDisplayAspectRatio
public void setDisplayAspectRatio(String value)
Sets the value of the displayAspectRatio property.- Parameters:
value- allowed object isString
-
getPixFmt
public String getPixFmt()
Gets the value of the pixFmt property.- Returns:
- possible object is
String
-
setPixFmt
public void setPixFmt(String value)
Sets the value of the pixFmt property.- Parameters:
value- allowed object isString
-
getLevel
public Integer getLevel()
Gets the value of the level property.- Returns:
- possible object is
Integer
-
setLevel
public void setLevel(Integer value)
Sets the value of the level property.- Parameters:
value- allowed object isInteger
-
getColorRange
public String getColorRange()
Gets the value of the colorRange property.- Returns:
- possible object is
String
-
setColorRange
public void setColorRange(String value)
Sets the value of the colorRange property.- Parameters:
value- allowed object isString
-
getColorSpace
public String getColorSpace()
Gets the value of the colorSpace property.- Returns:
- possible object is
String
-
setColorSpace
public void setColorSpace(String value)
Sets the value of the colorSpace property.- Parameters:
value- allowed object isString
-
getColorTransfer
public String getColorTransfer()
Gets the value of the colorTransfer property.- Returns:
- possible object is
String
-
setColorTransfer
public void setColorTransfer(String value)
Sets the value of the colorTransfer property.- Parameters:
value- allowed object isString
-
getColorPrimaries
public String getColorPrimaries()
Gets the value of the colorPrimaries property.- Returns:
- possible object is
String
-
setColorPrimaries
public void setColorPrimaries(String value)
Sets the value of the colorPrimaries property.- Parameters:
value- allowed object isString
-
getChromaLocation
public String getChromaLocation()
Gets the value of the chromaLocation property.- Returns:
- possible object is
String
-
setChromaLocation
public void setChromaLocation(String value)
Sets the value of the chromaLocation property.- Parameters:
value- allowed object isString
-
getFieldOrder
public String getFieldOrder()
Gets the value of the fieldOrder property.- Returns:
- possible object is
String
-
setFieldOrder
public void setFieldOrder(String value)
Sets the value of the fieldOrder property.- Parameters:
value- allowed object isString
-
getTimecode
public String getTimecode()
Gets the value of the timecode property.- Returns:
- possible object is
String
-
setTimecode
public void setTimecode(String value)
Sets the value of the timecode property.- Parameters:
value- allowed object isString
-
getRefs
public Integer getRefs()
Gets the value of the refs property.- Returns:
- possible object is
Integer
-
setRefs
public void setRefs(Integer value)
Sets the value of the refs property.- Parameters:
value- allowed object isInteger
-
getSampleFmt
public String getSampleFmt()
Gets the value of the sampleFmt property.- Returns:
- possible object is
String
-
setSampleFmt
public void setSampleFmt(String value)
Sets the value of the sampleFmt property.- Parameters:
value- allowed object isString
-
getSampleRate
public Integer getSampleRate()
Gets the value of the sampleRate property.- Returns:
- possible object is
Integer
-
setSampleRate
public void setSampleRate(Integer value)
Sets the value of the sampleRate property.- Parameters:
value- allowed object isInteger
-
getChannels
public Integer getChannels()
Gets the value of the channels property.- Returns:
- possible object is
Integer
-
setChannels
public void setChannels(Integer value)
Sets the value of the channels property.- Parameters:
value- allowed object isInteger
-
getChannelLayout
public String getChannelLayout()
Gets the value of the channelLayout property.- Returns:
- possible object is
String
-
setChannelLayout
public void setChannelLayout(String value)
Sets the value of the channelLayout property.- Parameters:
value- allowed object isString
-
getBitsPerSample
public Integer getBitsPerSample()
Gets the value of the bitsPerSample property.- Returns:
- possible object is
Integer
-
setBitsPerSample
public void setBitsPerSample(Integer value)
Sets the value of the bitsPerSample property.- Parameters:
value- allowed object isInteger
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getRFrameRate
public String getRFrameRate()
Gets the value of the rFrameRate property.- Returns:
- possible object is
String
-
setRFrameRate
public void setRFrameRate(String value)
Sets the value of the rFrameRate property.- Parameters:
value- allowed object isString
-
getAvgFrameRate
public String getAvgFrameRate()
Gets the value of the avgFrameRate property.- Returns:
- possible object is
String
-
setAvgFrameRate
public void setAvgFrameRate(String value)
Sets the value of the avgFrameRate property.- Parameters:
value- allowed object isString
-
getTimeBase
public String getTimeBase()
Gets the value of the timeBase property.- Returns:
- possible object is
String
-
setTimeBase
public void setTimeBase(String value)
Sets the value of the timeBase property.- Parameters:
value- allowed object isString
-
getStartPts
public Long getStartPts()
Gets the value of the startPts property.- Returns:
- possible object is
Long
-
setStartPts
public void setStartPts(Long value)
Sets the value of the startPts property.- Parameters:
value- allowed object isLong
-
getStartTime
public Float getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
Float
-
setStartTime
public void setStartTime(Float value)
Sets the value of the startTime property.- Parameters:
value- allowed object isFloat
-
getDurationTs
public Long getDurationTs()
Gets the value of the durationTs property.- Returns:
- possible object is
Long
-
setDurationTs
public void setDurationTs(Long value)
Sets the value of the durationTs property.- Parameters:
value- allowed object isLong
-
getDuration
public Float getDuration()
Gets the value of the duration property.- Returns:
- possible object is
Float
-
setDuration
public void setDuration(Float value)
Sets the value of the duration property.- Parameters:
value- allowed object isFloat
-
getBitRate
public Integer getBitRate()
Gets the value of the bitRate property.- Returns:
- possible object is
Integer
-
setBitRate
public void setBitRate(Integer value)
Sets the value of the bitRate property.- Parameters:
value- allowed object isInteger
-
getMaxBitRate
public Integer getMaxBitRate()
Gets the value of the maxBitRate property.- Returns:
- possible object is
Integer
-
setMaxBitRate
public void setMaxBitRate(Integer value)
Sets the value of the maxBitRate property.- Parameters:
value- allowed object isInteger
-
getBitsPerRawSample
public Integer getBitsPerRawSample()
Gets the value of the bitsPerRawSample property.- Returns:
- possible object is
Integer
-
setBitsPerRawSample
public void setBitsPerRawSample(Integer value)
Sets the value of the bitsPerRawSample property.- Parameters:
value- allowed object isInteger
-
getNbFrames
public Integer getNbFrames()
Gets the value of the nbFrames property.- Returns:
- possible object is
Integer
-
setNbFrames
public void setNbFrames(Integer value)
Sets the value of the nbFrames property.- Parameters:
value- allowed object isInteger
-
getNbReadFrames
public Integer getNbReadFrames()
Gets the value of the nbReadFrames property.- Returns:
- possible object is
Integer
-
setNbReadFrames
public void setNbReadFrames(Integer value)
Sets the value of the nbReadFrames property.- Parameters:
value- allowed object isInteger
-
getNbReadPackets
public Integer getNbReadPackets()
Gets the value of the nbReadPackets property.- Returns:
- possible object is
Integer
-
-