Uses of Class
org.codice.alliance.libs.stanag4609.DecodedKLVMetadataPacket
-
Uses of DecodedKLVMetadataPacket in org.codice.alliance.libs.stanag4609
Methods in org.codice.alliance.libs.stanag4609 that return DecodedKLVMetadataPacketModifier and TypeMethodDescriptionstatic DecodedKLVMetadataPacketPESUtilities.handlePESPacketBytes(byte[] pesPacketBytes, org.codice.ddf.libs.klv.KlvDecoder decoder) Methods in org.codice.alliance.libs.stanag4609 that return types with arguments of type DecodedKLVMetadataPacketModifier and TypeMethodDescriptionStanag4609TransportStreamParser.parse()Parses the transport stream and returns all the decoded KLV metadata packets (in the order in which they were encountered) that belong to each metadata stream.Method parameters in org.codice.alliance.libs.stanag4609 with type arguments of type DecodedKLVMetadataPacketModifier and TypeMethodDescriptionvoidStanag4609TransportStreamParser.parse(BiConsumer<Integer, DecodedKLVMetadataPacket> callback) Parses the transport stream and calls the given callback for each decoded KLV metadata packet in each metadata stream found in the transport stream.