Public Member Functions | |
| Linphone.PayloadType | Clone () |
| int | Enable (bool enabled) |
| bool | Enabled () |
| bool | WeakEquals (Linphone.PayloadType otherPayloadType) |
Properties | |
| int | Channels [get] |
| int | ClockRate [get] |
| string | Description [get] |
| string | EncoderDescription [get] |
| bool | IsUsable [get] |
| bool | IsVbr [get] |
| string | MimeType [get] |
| int | NormalBitrate [get, set] |
| int | Number [get, set] |
| string | RecvFmtp [get, set] |
| string | SendFmtp [get, set] |
| int | Type [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object representing an RTP payload type.
|
inline |
Instantiates a new payload type with values from source.
|
inline |
Enable/disable a payload type.
| enabled | Set true for enabling and false for disabling. |
|
inline |
Check whether a palyoad type is enabled.
|
inline |
Compare two payload types, and returns true if they are equal.
Parameters (fmtp strings) are not compared, hence the name 'weak equals'.
| otherPayloadType | another Linphone.PayloadType object |
|
get |
Get the number of channels.
|
get |
Get the clock rate of a payload type.
|
get |
Return a string describing a payload type.
The format of the string is <mime_type>/<clock_rate>/<channels>.
|
get |
Get a description of the encoder used to provide a payload type.
|
get |
Check whether the payload is usable according the bandwidth targets set in the core.
|
get |
Tells whether the specified payload type represents a variable bitrate codec.
|
get |
Get the mime type.
|
getset |
Get the normal bitrate in bits/s.
|
getset |
Returns the payload type number assigned for this codec.
|
getset |
Get the format parameters for incoming streams.
|
getset |
Get the format parameters for outgoing streams.
|
get |
Get the type of a payload type.