Class Mpeg2DecodedStreamData
java.lang.Object
org.codice.alliance.video.stream.mpegts.netty.Mpeg2DecodedStreamData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.codice.alliance.video.stream.mpegts.netty.DecodedStreamData.Visitor visitor) int
-
Constructor Details
-
Mpeg2DecodedStreamData
- Parameters:
listOfTypes- list of Mpeg2PictureType enums (must be non-null)packetId- MPEG-TS packet identifier
-
-
Method Details
-
getPacketId
public int getPacketId() -
getListOfTypes
- Returns:
- list of Mpeg2PictureType enums
-
accept
public void accept(org.codice.alliance.video.stream.mpegts.netty.DecodedStreamData.Visitor visitor)
-