コード例 #1
0
 public extern static bool NP_SendImageInsertPlay(string cardID, string fileName,
                                                  NP_SIZE windowSize,
                                                  NP_TIMESPAN playDuration,
                                                  NP_IMAGEFILE_INFO propInfo);
コード例 #2
0
 public extern static IntPtr NP_CreatePlayProgram(string fileName, NP_SIZE screenSize);
コード例 #3
0
 public extern static bool NP_SendVideoInsertPlay(string cardID, string fileName,
                                                  NP_SIZE windowSize,
                                                  NP_TIMESPAN playDuration,
                                                  NP_VIDEOFIEL_INFO propInfo);