Uses of Record Class
tv.hd3g.ffprobejaxb.data.FFProbeKeyValue
Packages that use FFProbeKeyValue
-
Uses of FFProbeKeyValue in tv.hd3g.ffprobejaxb.data
Methods in tv.hd3g.ffprobejaxb.data that return types with arguments of type FFProbeKeyValueModifier and TypeMethodDescriptionFFProbePacketSideData.sideDatum()Returns the value of thesideDatumrecord component.FFProbeChapter.tags()Returns the value of thetagsrecord component.FFProbeFormat.tags()Returns the value of thetagsrecord component.FFProbeProgram.tags()Returns the value of thetagsrecord component.FFProbeStream.tags()Returns the value of thetagsrecord component.Constructor parameters in tv.hd3g.ffprobejaxb.data with type arguments of type FFProbeKeyValueModifierConstructorDescriptionFFProbeChapter(List<FFProbeKeyValue> tags, int id, String timeBase, int start, float startTime, int end, float endTime) Creates an instance of aFFProbeChapterrecord class.FFProbeFormat(List<FFProbeKeyValue> tags, String filename, int nbStreams, int nbPrograms, String formatName, String formatLongName, float startTime, float duration, long size, long bitRate, int probeScore) Creates an instance of aFFProbeFormatrecord class.FFProbePacketSideData(List<FFProbeKeyValue> sideDatum, String type, int size) Creates an instance of aFFProbePacketSideDatarecord class.FFProbeProgram(List<FFProbeKeyValue> tags, List<FFProbeStream> streams, int programId, int programNum, int nbStreams, int pmtPid, int pcrPid) Creates an instance of aFFProbeProgramrecord class.FFProbeStream(FFProbeStreamDisposition disposition, List<FFProbeKeyValue> tags, List<FFProbePacketSideData> sideDataList, int index, String codecName, String codecLongName, String profile, String codecType, String codecTag, String codecTagString, String extradata, int extradataSize, String extradataHash, int width, int height, int codedWidth, int codedHeight, boolean closedCaptions, boolean filmGrain, boolean hasBFrames, String sampleAspectRatio, String displayAspectRatio, String pixFmt, int level, String colorRange, String colorSpace, String colorTransfer, String colorPrimaries, String chromaLocation, String fieldOrder, int refs, String sampleFmt, int sampleRate, int channels, String channelLayout, int bitsPerSample, int initialPadding, String id, String rFrameRate, String avgFrameRate, String timeBase, long startPts, float startTime, long durationTs, float duration, int bitRate, int maxBitRate, int bitsPerRawSample, int nbFrames, int nbReadFrames, int nbReadPackets) Creates an instance of aFFProbeStreamrecord class.