Package steganography.video.encoders
Interface IEncoder
-
- All Known Implementing Classes:
VideoEncoder
public interface IEncoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
encodeFrames(java.util.List<byte[]> stegImages)
Encodes a List of images to a Video
-