示例#1
0
 internal DataDesc(DataDescINT data)
 {
     devCaps    = data.devCaps;
     deviceInfo = data.deviceInfo;
     streams    = new StreamDescSet(data.streams);
     reserved   = new Int32[8];
 }
示例#2
0
 public DataDesc()
 {
     streams    = new StreamDescSet();
     devCaps    = new DeviceCap[DEVCAP_LIMIT];
     deviceInfo = new PXCMCapture.DeviceInfo();
     reserved   = new Int32[8];
 }
示例#3
0
 internal DataDesc(DataDescINT data)
 {
     devCaps = data.devCaps;
     deviceInfo = data.deviceInfo;
     streams = new StreamDescSet(data.streams);
     reserved = new Int32[8];
 }
示例#4
0
 public DataDesc()
 {
     streams = new StreamDescSet();
     devCaps = new DeviceCap[DEVCAP_LIMIT];
     deviceInfo = new PXCMCapture.DeviceInfo();
     reserved = new Int32[8];
 }