Uses of Class
org.ffmpeg.ffprobe700.StreamsType
Packages that use StreamsType
-
Uses of StreamsType in org.ffmpeg.ffprobe700
Fields in org.ffmpeg.ffprobe700 declared as StreamsTypeModifier and TypeFieldDescriptionprotected StreamsTypeFfprobeType.streamsprotected StreamsTypeProgramType.streamsprotected StreamsTypeStreamGroupType.streamsMethods in org.ffmpeg.ffprobe700 that return StreamsTypeModifier and TypeMethodDescriptionObjectFactory.createStreamsType()Create an instance ofStreamsTypeFfprobeType.getStreams()Gets the value of the streams property.ProgramType.getStreams()Gets the value of the streams property.StreamGroupType.getStreams()Gets the value of the streams property.Methods in org.ffmpeg.ffprobe700 with parameters of type StreamsTypeModifier and TypeMethodDescriptionvoidFfprobeType.setStreams(StreamsType value) Sets the value of the streams property.voidProgramType.setStreams(StreamsType value) Sets the value of the streams property.voidStreamGroupType.setStreams(StreamsType value) Sets the value of the streams property.