Index

G M O 
All Classes and Interfaces|All Packages

G

getMetadata() - Method in class org.codice.ddf.libs.mpeg.transport.MpegTransportStreamMetadataExtractor
Parses the transport stream and returns all the metadata packet payloads (in the order in which they were encountered) that belong to each metadata stream.
getMetadata(BiConsumer<Integer, byte[]>) - Method in class org.codice.ddf.libs.mpeg.transport.MpegTransportStreamMetadataExtractor
Parses the transport stream and calls the given callback for each metadata packet in each metadata stream found in the transport stream.
getNextValidPacket() - Method in class org.codice.ddf.libs.mpeg.transport.MTSValidPacketIterator
Iterate through any number of exception-causing packets to reach either a valid one or the end of the packet stream.
getPacketsFailed() - Method in class org.codice.ddf.libs.mpeg.transport.MTSValidPacketIterator
 
getPacketsProcessed() - Method in class org.codice.ddf.libs.mpeg.transport.MTSValidPacketIterator
 

M

MpegTransportStreamMetadataExtractor - Class in org.codice.ddf.libs.mpeg.transport
This class is for extracting arbitrary metadata (as raw bytes) from an MPEG transport stream.
MpegTransportStreamMetadataExtractor(ByteSource) - Constructor for class org.codice.ddf.libs.mpeg.transport.MpegTransportStreamMetadataExtractor
Constructs an MpegTransportStreamMetadataExtractor with the given ByteSource as the provider of the transport stream bytes.
MTSValidPacketIterator - Class in org.codice.ddf.libs.mpeg.transport
Support class for working with a stream of packets from a source where the underlying data may cause exceptions.
MTSValidPacketIterator(ResettableMTSSource) - Constructor for class org.codice.ddf.libs.mpeg.transport.MTSValidPacketIterator
 

O

org.codice.ddf.libs.mpeg.transport - package org.codice.ddf.libs.mpeg.transport
 
G M O 
All Classes and Interfaces|All Packages