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