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