public final class TvInputInfo
extends Object
implements Parcelable
java.lang.Object | |
↳ | android.media.tv.TvInputInfo |
该类用于指定电视输入的元信息。
Nested classes |
|
---|---|
class |
TvInputInfo.Builder 用于创建 |
Constants |
|
---|---|
String |
EXTRA_INPUT_ID 在由 |
int |
TYPE_COMPONENT 电视输入类型:电视输入服务表示组件端口。 |
int |
TYPE_COMPOSITE 电视输入类型:电视输入服务表示复合端口。 |
int |
TYPE_DISPLAY_PORT 电视输入类型:电视输入服务代表显示端口。 |
int |
TYPE_DVI 电视输入类型:电视输入服务代表DVI端口。 |
int |
TYPE_HDMI 电视输入类型:电视输入服务是HDMI。 |
int |
TYPE_OTHER 电视输入类型:通用硬件电视输入类型。 |
int |
TYPE_SCART 电视输入类型:电视输入服务表示SCART端口。 |
int |
TYPE_SVIDEO 电视输入类型:电视输入服务代表一个SVIDEO端口。 |
int |
TYPE_TUNER 电视输入类型:电视输入服务是提供频道的调谐器。 |
int |
TYPE_VGA 电视输入类型:电视输入服务代表一个VGA端口。 |
Inherited constants |
---|
From interface android.os.Parcelable
|
Fields |
|
---|---|
public static final Creator<TvInputInfo> |
CREATOR |
Public methods |
|
---|---|
boolean |
canRecord() 返回 |
Intent |
createSettingsIntent() 返回开始此TV输入的设置活动的意图。 |
Intent |
createSetupIntent() 返回开始此TV输入的设置活动的意图。 |
int |
describeContents() 描述此Parcelable实例的封送表示中包含的特殊对象的种类。 |
boolean |
equals(Object o) 指示其他某个对象是否“等于”这一个。 |
Bundle |
getExtras() 返回与此电视输入关联的特定于域的额外内容。 |
String |
getId() 返回此电视输入的唯一ID。 |
String |
getParentId() 返回父输入ID。 |
ServiceInfo |
getServiceInfo() 返回实现此电视输入的服务的信息。 |
int |
getTunerCount() 返回此电视输入所具有的调谐器数量。 |
int |
getType() 返回此电视输入的类型。 |
int |
hashCode() 返回对象的哈希码值。 |
boolean |
isHidden(Context context) 检查此设置中的电视输入是否被用户标记为隐藏。 |
boolean |
isPassthroughInput() 返回 |
CharSequence |
loadCustomLabel(Context context) 在设置中加载用户设置的自定义标签。 |
Drawable |
loadIcon(Context context) 载入此电视输入的用户显示图标。 |
CharSequence |
loadLabel(Context context) 载入此电视输入的用户显示标签。 |
String |
toString() 返回对象的字符串表示形式。 |
void |
writeToParcel(Parcel dest, int flags) 用于将此对象打包成 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
|
From interface android.os.Parcelable
|
String EXTRA_INPUT_ID
用作由 createSetupIntent()
创建的设置意图中的字符串额外字段,以提供要设置的特定电视输入的ID。
常量值:“android.media.tv.extra.INPUT_ID”
int TYPE_DISPLAY_PORT
电视输入类型:电视输入服务代表显示端口。
常数值:1008(0x000003f0)
boolean canRecord ()
返回 true
如果这台电视的输入可以录制电视节目, false
否则。
Returns | |
---|---|
boolean |
Intent createSettingsIntent ()
返回开始此TV输入的设置活动的意图。
Returns | |
---|---|
Intent |
Intent createSetupIntent ()
返回开始此TV输入的设置活动的意图。
Returns | |
---|---|
Intent |
int describeContents ()
描述此Parcelable实例的封送表示中包含的特殊对象的种类。 例如,如果对象在writeToParcel(Parcel, int)
的输出中包含writeToParcel(Parcel, int)
,则此方法的返回值必须包含CONTENTS_FILE_DESCRIPTOR
位。
Returns | |
---|---|
int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. |
boolean equals (Object o)
指示其他某个对象是否“等于”这一个。
equals
方法在非空对象引用上实现等价关系:
x
, x.equals(x)
should return true
. x
and y
, x.equals(y)
should return true
if and only if y.equals(x)
returns true
. x
, y
, and z
, if x.equals(y)
returns true
and y.equals(z)
returns true
, then x.equals(z)
should return true
. x
and y
, multiple invocations of x.equals(y)
consistently return true
or consistently return false
, provided no information used in equals
comparisons on the objects is modified. x
, x.equals(null)
should return false
. 类Object
的equals
方法实现了对象上最可能的等价关系; 也就是说,对于任何非空参考值x
和y
,当且仅当x
和y
引用同一对象( x == y
的值为true
)时,此方法返回true
。
请注意,无论何时覆盖此方法,通常都需要覆盖 hashCode
方法,以便维护 hashCode
方法的一般合同,该方法声明等同对象必须具有相同的散列代码。
Parameters | |
---|---|
o |
Object : the reference object with which to compare. |
Returns | |
---|---|
boolean |
true if this object is the same as the obj argument; false otherwise. |
String getParentId ()
返回父输入ID。
如果TV输入实际上是由父输入表示的硬件端口后面的设备的逻辑表示,则TV输入可以具有父输入。 例如,连接到HDMI端口的HDMI CEC逻辑设备显示为另一个电视输入。 在这种情况下,此逻辑设备的父输入是HDMI端口。
应用程序可以通过父输入ID对输入进行分组,以便更容易地访问共享相同物理端口的输入。 在HDMI CEC的示例中,位于同一HDMI端口后面的逻辑HDMI CEC设备具有相同的父代ID,即代表该端口的ID。 因此,应用程序可以使用此方法将硬件HDMI端口和逻辑HDMI CEC设备组合在一起。
Returns | |
---|---|
String |
the ID of the parent input, if exists. Returns null if the parent input is not specified. |
ServiceInfo getServiceInfo ()
返回实现此电视输入的服务的信息。
Returns | |
---|---|
ServiceInfo |
int getTunerCount ()
返回此电视输入所具有的调谐器数量。
此方法仅对类型TYPE_TUNER
输入有效。 对于其他类型的输入,它返回0。
调谐器对应于允许接收电视信号的物理/逻辑资源。 具有N个调谐器意味着电视输入能够同时接收N个不同的频道。
Returns | |
---|---|
int |
int hashCode ()
返回对象的哈希码值。 为了散列表的好处而支持此方法,例如HashMap
提供的HashMap
。
hashCode
的总合同是:
hashCode
method must consistently return the same integer, provided no information used in equals
comparisons on the object is modified. This integer need not remain consistent from one execution of an application to another execution of the same application. equals(Object)
method, then calling the hashCode
method on each of the two objects must produce the same integer result. equals(java.lang.Object)
method, then calling the hashCode
method on each of the two objects must produce distinct integer results. However, the programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hash tables. 尽可能合理实用,类Object
定义的hashCode方法确实为不同的对象返回不同的整数。 (这通常通过将对象的内部地址转换为整数来实现,但Java TM编程语言不需要此实现技术。)
Returns | |
---|---|
int |
a hash code value for this object. |
boolean isHidden (Context context)
检查此设置中的电视输入是否被用户标记为隐藏。
Parameters | |
---|---|
context |
Context : Supplies a Context used to check if this TV input is hidden. |
Returns | |
---|---|
boolean |
true if the user marked this TV input hidden in settings. false otherwise. |
boolean isPassthroughInput ()
返回true
如果电视输入传递,虽然它不具有任何TvProvider真正的渠道。 false
否则。
Returns | |
---|---|
boolean |
CharSequence loadCustomLabel (Context context)
在设置中加载用户设置的自定义标签。
Parameters | |
---|---|
context |
Context : Supplies a Context used to load the custom label. |
Returns | |
---|---|
CharSequence |
a CharSequence containing the TV input's custom label. null if there is no custom label. |
Drawable loadIcon (Context context)
载入此电视输入的用户显示图标。
Parameters | |
---|---|
context |
Context : Supplies a Context used to load the icon. |
Returns | |
---|---|
Drawable |
a Drawable containing the TV input's icon. If the TV input does not have an icon, application's icon is returned. If it's unavailable too, null is returned. |
CharSequence loadLabel (Context context)
载入此电视输入的用户显示标签。
Parameters | |
---|---|
context |
Context : Supplies a Context used to load the label. |
Returns | |
---|---|
CharSequence |
a CharSequence containing the TV input's label. If the TV input does not have a label, its name is returned. |
String toString ()
返回对象的字符串表示形式。 通常, toString
方法返回一个“文本表示”该对象的字符串。 结果应该是一个简洁但内容丰富的表述,对于一个人来说很容易阅读。 建议所有子类重写此方法。
类Object
的toString
方法返回一个字符串,其中包含对象为实例的类的名称,符号字符“ @
”和对象的哈希代码的无符号十六进制表示形式。 换句话说,这个方法返回一个字符串,其值等于:
getClass().getName() + '@' + Integer.toHexString(hashCode())
Returns | |
---|---|
String |
a string representation of the object. |
void writeToParcel (Parcel dest, int flags)
用于将此对象打包到 Parcel
。
Parameters | |
---|---|
dest |
Parcel : The Parcel to be written. |
flags |
int : The flags used for parceling. |