Example #1
0
 internal Frame(IntPtr frame)
 {
     _nativeStruct = (FFMS_Frame)Marshal.PtrToStructure(frame, typeof(FFMS_Frame));
 }
Example #2
0
 internal Frame(IntPtr frame)
 {
     _nativeStruct = (FFMS_Frame)Marshal.PtrToStructure(frame, typeof(FFMS_Frame));
 }