Uses of Class
org.ffmpeg.ffprobe.StreamsType
-
Packages that use StreamsType Package Description org.ffmpeg.ffprobe -
-
Uses of StreamsType in org.ffmpeg.ffprobe
Fields in org.ffmpeg.ffprobe declared as StreamsType Modifier and Type Field Description protected StreamsTypeFfprobeType. streamsprotected StreamsTypeProgramType. streamsMethods in org.ffmpeg.ffprobe that return StreamsType Modifier and Type Method Description StreamsTypeObjectFactory. createStreamsType()Create an instance ofStreamsTypeStreamsTypeFfprobeType. getStreams()Gets the value of the streams property.StreamsTypeProgramType. getStreams()Gets the value of the streams property.Methods in org.ffmpeg.ffprobe with parameters of type StreamsType Modifier and Type Method Description voidFfprobeType. setStreams(StreamsType value)Sets the value of the streams property.voidProgramType. setStreams(StreamsType value)Sets the value of the streams property.
-