Uses of Enum Class
org.codice.alliance.video.stream.mpegts.netty.Mpeg2PictureType
Packages that use Mpeg2PictureType
-
Uses of Mpeg2PictureType in org.codice.alliance.video.stream.mpegts.netty
Methods in org.codice.alliance.video.stream.mpegts.netty that return Mpeg2PictureTypeModifier and TypeMethodDescriptionstatic Mpeg2PictureTypeReturns the enum constant of this class with the specified name.static Mpeg2PictureType[]Mpeg2PictureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codice.alliance.video.stream.mpegts.netty that return types with arguments of type Mpeg2PictureTypeModifier and TypeMethodDescriptionstatic Optional<Mpeg2PictureType>Mpeg2PictureType.fromH262HeaderValue(long h262HeaderValue) Find the Mpeg2PictureType that corresponds to the value encoded in an H262 header.Mpeg2DecodedStreamData.getListOfTypes()Constructor parameters in org.codice.alliance.video.stream.mpegts.netty with type arguments of type Mpeg2PictureTypeModifierConstructorDescriptionMpeg2DecodedStreamData(List<Mpeg2PictureType> listOfTypes, int packetId)