TvInteractiveAppView.SendCurrentChannelLcn(Int32) 方法

定义

将当前通道逻辑通道号(LCN)发送到相关的电视交互式应用。

[Android.Runtime.Register("sendCurrentChannelLcn", "(I)V", "GetSendCurrentChannelLcn_IHandler", ApiSince=33)]
public virtual void SendCurrentChannelLcn (int lcn);
[<Android.Runtime.Register("sendCurrentChannelLcn", "(I)V", "GetSendCurrentChannelLcn_IHandler", ApiSince=33)>]
abstract member SendCurrentChannelLcn : int -> unit
override this.SendCurrentChannelLcn : int -> unit

参数

lcn
Int32
属性

注解

将当前通道逻辑通道号(LCN)发送到相关的电视交互式应用。

适用于 . 的 android.media.tv.interactive.TvInteractiveAppView.sendCurrentChannelLcn(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于