Remove Method

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

Parameters

item
The TargetVideoFormat to be removed.

Return Value

System.Boolean

Remarks

Removes the specified TargetVideoFormat 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 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.