Remove Method

Summary
Removes a TargetAudioType item from the collection.
Syntax
C#
VB
C++
public bool Remove( 
   TargetAudioType item 
) 
Public Function Remove( _ 
   ByVal item As TargetAudioType _ 
) As Boolean 
public: 
bool Remove(  
   TargetAudioType^ item 
)  

Parameters

item
The TargetAudioType to be removed.

Return Value

System.Boolean

Remarks

Removes the specified TargetAudioType item. Predefined read-only types cannot be removed. If the method fails, an error is raised. For more information, refer to the Error Codes.

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.