ArgsTests.VideoEncoderTests.VideoEncoderArgs.Clip C# (CSharp) 메소드

Clip() 공개 정적인 메소드

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