Android.Net.Rtp.AudioCodec.GetCodec Method
Creates an AudioCodec according to the given configuration.

Syntax

[Android.Runtime.Register("getCodec", "(ILjava/lang/String;Ljava/lang/String;)Landroid/net/rtp/AudioCodec;", "")]
public static AudioCodec GetCodec (int type, string rtpmap, string fmtp)

Parameters

type
The payload type of the encoding defined in RTP/AVP.
rtpmap
The encoding parameters specified in the corresponding SDP attribute, or null if it is not available.
fmtp
The format parameters specified in the corresponding SDP attribute, or null if it is not available.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates an AudioCodec according to the given configuration.

[Android Documentation]

Requirements

Namespace: Android.Net.Rtp
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12