Insert Method

Summary
Inserts an TargetVideoFormat item to the list at the specified index.
Syntax
C#
VB
C++
public void Insert( 
   int index, 
   TargetVideoFormat item 
) 
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As TargetVideoFormat _ 
)  
public: 
void Insert(  
   int index, 
   TargetVideoFormat^ item 
)  

Parameters

index
The zero-based index at which the TargetVideoFormat item should be inserted. .

item
The TargetVideoFormat item to insert into the collection.

Remarks

Inserts an TargetVideoFormat item to the list at the specified index.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.