示例#1
0
 public static extern MLResult.Code MLScreensReleaseWatchHistoryThumbnail([In] ref MLImageNativeBindings.MLImageNative thumbnail);
示例#2
0
 public static extern MLResult.Code MLScreensGetWatchHistoryThumbnail(long id, ref MLImageNativeBindings.MLImageNative outThumbnail);
示例#3
0
 public static extern MLResult.Code MLScreensUpdateWatchHistoryEntry([In] ref MLScreensWatchHistoryEntryNative entry, [In] ref MLImageNativeBindings.MLImageNative thumbnail);
 public static extern MLResult.Code MLAppConnectFreeVideoFrame(ref MLImageNativeBindings.MLImageNative outVideoFrame);
 public static extern MLResult.Code MLAppConnectReadVideoFrame([MarshalAs(UnmanagedType.LPStr)] string connectionName, [MarshalAs(UnmanagedType.LPStr)] string pipeName, [MarshalAs(UnmanagedType.I1)] bool waitForNextfFame, out MLImageNativeBindings.MLImageNative outVideoFrame);
 public static extern MLResult.Code MLAppConnectSendVideoFrame([MarshalAs(UnmanagedType.LPStr)] string connectionName, [MarshalAs(UnmanagedType.LPStr)] string pipeName, ref MLImageNativeBindings.MLImageNative videoframe);