Initializes a new instance of the
CodecInfo class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic CodecInfo(
int payloadType,
string name,
int sampleRate,
bool enabled,
CodecMediaType type
)
Public Sub New (
payloadType As Integer,
name As String,
sampleRate As Integer,
enabled As Boolean,
type As CodecMediaType
)
public:
CodecInfo(
int payloadType,
String^ name,
int sampleRate,
bool enabled,
CodecMediaType type
)
new :
payloadType : int *
name : string *
sampleRate : int *
enabled : bool *
type : CodecMediaType -> CodecInfoParameters
- payloadType Int32
-
- name String
-
- sampleRate Int32
-
- enabled Boolean
-
- type CodecMediaType
-
See Also