Maven module :
un.storage : media-swf :
Class :
un.storage.media.swf.video.VideoPacket
Extends/Implements :
-
Subclasses :
-
Video packets are contained in the SWFVideoFrame tag.
The type of video packet is defined in the SWFDefineVideoStream.
author
Johann Sorel
Variables :
-
Functions :
read
,
write
Read video packet.
param
in input
param
frameLength total frame length
throws
un.api.io.IOException
void
read
(DataInputStream in, int frameLength)
Write video packet.
param
out output
throws
un.api.io.IOException
void
write
(DataOutputStream out)
The type of video packet is defined in the SWFDefineVideoStream.
author Johann Sorel