Package org.ffmpeg.ffprobe700
Class StreamGroupType
java.lang.Object
org.ffmpeg.ffprobe700.StreamGroupType
Java class for streamGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamGroupType">
<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="tags" type="{http://www.ffmpeg.org/schema/ffprobe}tagsType" minOccurs="0"/>
<element name="streams" type="{http://www.ffmpeg.org/schema/ffprobe}streamsType" minOccurs="0"/>
<element name="components" type="{http://www.ffmpeg.org/schema/ffprobe}streamGroupComponentList" minOccurs="0"/>
</sequence>
<attribute name="index" 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="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StreamGroupComponentListprotected StreamDispositionTypeprotected intprotected intprotected StreamsTypeprotected TagsTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the components property.Gets the value of the disposition property.intgetIndex()Gets the value of the index property.intGets the value of the nbStreams property.Gets the value of the streams property.getTags()Gets the value of the tags property.getType()Gets the value of the type property.voidSets the value of the components property.voidSets the value of the disposition property.voidsetIndex(int value) Sets the value of the index property.voidsetNbStreams(int value) Sets the value of the nbStreams property.voidsetStreams(StreamsType value) Sets the value of the streams property.voidSets the value of the tags property.voidSets the value of the type property.
-
Field Details
-
disposition
-
tags
-
streams
-
components
-
index
protected int index -
nbStreams
protected int nbStreams -
type
-
-
Constructor Details
-
StreamGroupType
public StreamGroupType()
-
-
Method Details
-
getDisposition
Gets the value of the disposition property.- Returns:
- possible object is
StreamDispositionType
-
setDisposition
Sets the value of the disposition property.- Parameters:
value- allowed object isStreamDispositionType
-
getTags
Gets the value of the tags property.- Returns:
- possible object is
TagsType
-
setTags
Sets the value of the tags property.- Parameters:
value- allowed object isTagsType
-
getStreams
Gets the value of the streams property.- Returns:
- possible object is
StreamsType
-
setStreams
Sets the value of the streams property.- Parameters:
value- allowed object isStreamsType
-
getComponents
Gets the value of the components property.- Returns:
- possible object is
StreamGroupComponentList
-
setComponents
Sets the value of the components property.- Parameters:
value- allowed object isStreamGroupComponentList
-
getIndex
public int getIndex()Gets the value of the index property. -
setIndex
public void setIndex(int value) Sets the value of the index property. -
getNbStreams
public int getNbStreams()Gets the value of the nbStreams property. -
setNbStreams
public void setNbStreams(int value) Sets the value of the nbStreams property. -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-