toggle menu
sipservice
2.14.0
main
switch theme
search in API
sipservice
/
net.gotev.sipservice
/
CodecPriority
Codec
Priority
open
class
CodecPriority
:
Comparable
<
T
>
Represents a codec priority info.
Author
gotev (Aleksandar Gotev)
Members
Constructors
Codec
Priority
Link copied to clipboard
constructor
(
codecId
:
String
,
priority
:
Short
)
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Creator<CodecPriority>
PRIORITY_DISABLED
Link copied to clipboard
val
PRIORITY_DISABLED
:
Int
=
0
PRIORITY_MAX
Link copied to clipboard
val
PRIORITY_MAX
:
Int
=
254
PRIORITY_MAX_VIDEO
Link copied to clipboard
val
PRIORITY_MAX_VIDEO
:
Int
=
128
PRIORITY_MIN
Link copied to clipboard
val
PRIORITY_MIN
:
Int
=
1
Functions
compare
To
Link copied to clipboard
open
fun
compareTo
(
another
:
CodecPriority
)
:
Int
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Codec
Id
Link copied to clipboard
open
fun
getCodecId
(
)
:
String
get
Codec
Name
Link copied to clipboard
open
fun
getCodecName
(
)
:
String
get
Codec
Sample
Rate
In
Khz
Link copied to clipboard
open
fun
getCodecSampleRateInKhz
(
)
:
Int
get
Priority
Link copied to clipboard
open
fun
getPriority
(
)
:
Int
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Priority
Link copied to clipboard
open
fun
setPriority
(
mPriority
:
Int
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
parcel
:
Parcel
,
arg1
:
Int
)