Uses of Class
org.ffmpeg.ffprobe.StreamsType
Packages that use StreamsType
-
Uses of StreamsType in org.ffmpeg.ffprobe
Fields in org.ffmpeg.ffprobe declared as StreamsTypeModifier and TypeFieldDescriptionprotected StreamsTypeFfprobeType.streamsprotected StreamsTypeProgramType.streamsMethods in org.ffmpeg.ffprobe 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.Methods in org.ffmpeg.ffprobe 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.