Uses of Enum Class
tv.hd3g.fflauncher.ffprobecontainer.FFprobeCodecType
Packages that use FFprobeCodecType
-
Uses of FFprobeCodecType in tv.hd3g.fflauncher.ffprobecontainer
Methods in tv.hd3g.fflauncher.ffprobecontainer that return FFprobeCodecTypeModifier and TypeMethodDescriptionFFprobePacket.codecType()Returns the value of thecodecTyperecord component.static FFprobeCodecTypeFFprobeCodecType.fromString(String name) FFprobeBaseFrame.mediaType()Returns the value of themediaTyperecord component.static FFprobeCodecTypeReturns the enum constant of this class with the specified name.static FFprobeCodecType[]FFprobeCodecType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tv.hd3g.fflauncher.ffprobecontainer with parameters of type FFprobeCodecTypeModifierConstructorDescriptionFFprobeBaseFrame(FFprobeCodecType mediaType, int streamIndex, boolean keyFrame, long pts, float ptsTime, long pktDts, float pktDtsTime, long bestEffortTimestamp, float bestEffortTimestampTime, int pktDuration, float pktDurationTime, long pktPos, int pktSize) Creates an instance of aFFprobeBaseFramerecord class.FFprobePacket(FFprobeCodecType codecType, int streamIndex, long pts, float ptsTime, long dts, float dtsTime, int duration, float durationTime, int size, long pos, String flags) Creates an instance of aFFprobePacketrecord class.