C#
VB
C++
Removes a TargetAudioFormat item from the collection.
public bool Remove(
TargetAudioFormat item
)
Public Function Remove( _
ByVal item As Leadtools.Mediafoundation.TargetAudioFormat _
) As Boolean
public:
bool Remove(
Leadtools.Mediafoundation.TargetAudioFormat^ item
)
item
The TargetAudioFormat to be removed.
System.Boolean
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.
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