It's really doesn't work.
And it's pretty bad...
This code with video from example works on Windows:
agk::LoadVideo("/media/trailer.wmv");
agk::PlayVideo();
But this code doesn't work. Image doesn't exists after all.
agk::LoadVideo("/media/trailer.wmv");
agk::PlayVideoToImage(1000);
int imex = agk::GetImageExists(1000); // imex == 0
VideoSpriteNum = agk::CreateSprite(1000);
agk::SetSpriteSize(VideoSpriteNum, DEVICE_WIDTH, DEVICE_HEIGHT);
And the worst thing, for me, is that PlayVideo command doesn't work on full screen mode on Windows (10 at least)... It works, but I can't see anything only voices.