Esempio n. 1
0
 public extern static bool NP_SendImageInsertPlay(string cardID, string fileName,
                                                  NP_SIZE windowSize,
                                                  NP_TIMESPAN playDuration,
                                                  NP_IMAGEFILE_INFO propInfo);
Esempio n. 2
0
 public extern static IntPtr NP_CreatePlayProgram(string fileName, NP_SIZE screenSize);
Esempio n. 3
0
 public extern static bool NP_SendVideoInsertPlay(string cardID, string fileName,
                                                  NP_SIZE windowSize,
                                                  NP_TIMESPAN playDuration,
                                                  NP_VIDEOFIEL_INFO propInfo);