Recurity.Swf.TagHandler.VideoFrame.VideoFrame C# (CSharp) Method

VideoFrame() public method

VideoFrame provides a single frame of video data
public VideoFrame ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public VideoFrame(byte InitialVersion)
            : base(InitialVersion)
        {
        }