Beispiel #1
0
 public static extern IntPtr THEORAPLAY_startDecodeFile(
     [In()][MarshalAs(UnmanagedType.LPStr)]
     string fname,                   // const char*
     uint maxframes,
     THEORAPLAY_VideoFormat vidfmt
     );
Beispiel #2
0
    public static extern IntPtr THEORAPLAY_startDecodeFile(
		[In()] [MarshalAs(UnmanagedType.LPStr)]
			string fname,	// const char*
		uint maxframes,
		THEORAPLAY_VideoFormat vidfmt
	);