Add Method

Summary

Adds a TargetAudioFormat item to the collection.

Syntax
C#
VB
C++
public void Add( 
   TargetAudioFormat item 
) 
Public Sub Add( _ 
   ByVal item As TargetAudioFormat _ 
)  
public: 
void Add(  
   TargetAudioFormat^ item 
)  

Parameters

item
The TargetAudioFormat item to add.

Remarks

Adds a TargetAudioFormat item to the collection. Be sure to set the properties of the added format. If the method fails, an error is raised. For more information, refer to the Error Codes.

Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly