diff --git a/pixmaprecorder.d b/pixmaprecorder.d index 19a5dab..8ab1746 100644 --- a/pixmaprecorder.d +++ b/pixmaprecorder.d @@ -176,8 +176,6 @@ private @safe { +/ final class PixmapRecorder : OutputRange!(const(Pixmap)) { -@safe: - private { string _ffmpegExecutablePath; double _frameRate; @@ -192,6 +190,8 @@ final class PixmapRecorder : OutputRange!(const(Pixmap)) { bool _outputIsOurs = false; } +@safe: + private this( string ffmpegExecutablePath, double frameRate,