共用方式為


AudioCodec.GetCodec(Int32, String, String) 方法

定義

根據指定的組態建立 AudioCodec。

[Android.Runtime.Register("getCodec", "(ILjava/lang/String;Ljava/lang/String;)Landroid/net/rtp/AudioCodec;", "")]
public static Android.Net.Rtp.AudioCodec? GetCodec (int type, string? rtpmap, string? fmtp);
[<Android.Runtime.Register("getCodec", "(ILjava/lang/String;Ljava/lang/String;)Landroid/net/rtp/AudioCodec;", "")>]
static member GetCodec : int * string * string -> Android.Net.Rtp.AudioCodec

參數

type
Int32

RTP/AVP 中定義的編碼承載類型。

rtpmap
String

對應 SDP 屬性中指定的編碼參數,如果無法使用,則為 null。

fmtp
String

對應 SDP 屬性中指定的格式參數,如果無法使用,則為 null。

傳回

已設定的 AudioCodec,如果 null 不支援,則為 。

屬性

備註

根據指定的組態建立 AudioCodec。

android.net.rtp.AudioCodec.getCodec(int, java.lang.String, java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於