Interface IEncoder

  • All Known Implementing Classes:
    VideoEncoder

    public interface IEncoder
    • Method Detail

      • encodeFrames

        byte[] encodeFrames​(java.util.List<byte[]> stegImages)
                     throws java.io.IOException
        Encodes a List of images to a Video
        Parameters:
        stegImages - List of Stenographic images
        Returns:
        Encoded Video byte[]
        Throws:
        java.io.IOException - if a read or write fails