Remove Method

Summary

Removes a TargetAudioFormat item from the collection.

Syntax
C#
VB
C++
public bool Remove( 
   TargetAudioFormat item 
) 
Public Function Remove( _ 
   ByVal item As TargetAudioFormat _ 
) As Boolean 
public: 
bool Remove(  
   TargetAudioFormat^ item 
)  

Parameters

item
The TargetAudioFormat to be removed.

Return Value

System.Boolean

Remarks

Removes the specified TargetAudioFormat item. Predefined read-only formats cannot be removed. 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