C#
VB
C++
Inserts an TargetAudioFormat item to the list at the specified index.
public void Insert(
int index,
TargetAudioFormat item
)
Public Sub Insert( _
ByVal index As Integer, _
ByVal item As Leadtools.Mediafoundation.TargetAudioFormat _
)
public:
void Insert(
int index,
Leadtools.Mediafoundation.TargetAudioFormat^ item
)
index
The zero-based index at which the TargetAudioFormat item should be inserted. .
item
The TargetAudioFormat item to insert into the collection.
Inserts an TargetAudioFormat item to the list at the specified index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET