Uses of Enum Class
org.codice.alliance.libs.mpegts.MpegStreamType
-
Uses of MpegStreamType in org.codice.alliance.libs.mpegts
Methods in org.codice.alliance.libs.mpegts that return MpegStreamTypeModifier and TypeMethodDescriptionPESPacket.getStreamType()static MpegStreamTypeMpegStreamType.lookup(int tag) Find the MpegStreamType based on the MPEG-TS stream tag number.static MpegStreamTypeMpegStreamType.lookup(org.jcodec.containers.mps.MTSUtils.StreamType streamType) Find the MpegStreamType based on aMTSUtils.StreamType.static MpegStreamTypeReturns the enum constant of this class with the specified name.static MpegStreamType[]MpegStreamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codice.alliance.libs.mpegts with parameters of type MpegStreamType