示例#1
0
 public static bool pl_release_smart_stream_struct(out PvTypes.smart_stream_type smtStreamStruct)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_release_smart_stream_struct(out smtStreamStruct));
     }
     else
     {
         return(Pvcam32.pl_release_smart_stream_struct(out smtStreamStruct));
     }
 }
示例#2
0
 public static bool pl_create_smart_stream_struct(out PvTypes.smart_stream_type smtStreamStruct,
                                                  UInt16 entries)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_create_smart_stream_struct(out smtStreamStruct, entries));
     }
     else
     {
         return(Pvcam32.pl_create_smart_stream_struct(out smtStreamStruct, entries));
     }
 }
示例#3
0
 public static extern bool pl_release_smart_stream_struct(out PvTypes.smart_stream_type smtStreamStruct);
示例#4
0
 public static extern bool pl_create_smart_stream_struct(out PvTypes.smart_stream_type smtStreamStruct,
                                                         UInt16 entries);