113114115116117118119
return false; // FIXME: implement actually setting transform } public VideoTransformation getVideoTransformation() { return new VideoTransformation(); }
118119120121122123124
return new VideoTransformation(); } public VideoTransformation getClosestMatch(VideoTransformation transform) { return new VideoTransformation(); // FIXME: actually try to find closest match }