Uses of Class
net.bramp.ffmpeg.nut.Packet.Startcode
-
Packages that use Packet.Startcode Package Description net.bramp.ffmpeg.nut -
-
Uses of Packet.Startcode in net.bramp.ffmpeg.nut
Methods in net.bramp.ffmpeg.nut that return Packet.Startcode Modifier and Type Method Description static Packet.StartcodePacket.Startcode. of(long startcode)Returns the Startcode enum for this code.static Packet.StartcodePacket.Startcode. valueOf(String name)Returns the enum constant of this type with the specified name.static Packet.Startcode[]Packet.Startcode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-