LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of Visual C# statement into Labview

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

 

Project Image1.jpg

 

 

0 Kudos
Message 1 of 2
(2,113 Views)