ArgsTests.VideoEncoderTests.VideoEncoderArgs.Clip C# (CSharp) Method

Clip() public static method

public static Clip ( ClipArgs args ) : void
args ClipArgs
return void
            public static void Clip(ClipArgs args) { args.Callback.Invoke(); }
        }
VideoEncoderTests.VideoEncoderArgs