12-18-2012 07:58 AM
Sir, I am using LEADTOOLS Multimedia software for video processing. In the attached image inside Green oval, a selection of video compressors is shown which works successfully, where TargetFormats is the object under captureCtrl, whose property named "UseFilterCache" is required to be set as true but it is an array of objects of class "TargetFormat" type. which I am unable to access as you can see in Red oval. Purple oval shows that it exists there but that part is for demonstration only becuase that code doesn't work.
Its code in VC# is:
captureCtrl.TargetFormats[LeadTools.Multimedia.TargetFormat.MPEG2Transport].UseFilterCache = true;
Please tell me how to program in Labview, the above code statement.
Regards
Lui
12-18-2012 08:07 AM