Share via


CodecCollection<T> Class

Public codec collection. Used to define the global audio codecs policy.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.AudioVideo.CodecCollection<T>

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class CodecCollection(Of T)
'Usage
Dim instance As CodecCollection(Of T)
[DefaultMemberAttribute("Item")]
public class CodecCollection<T>

Type Parameters

  • T
    Parameter can be either AudioCodec or VideoCodec.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CodecCollection<T> Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace