menu
vsdk package
documentation
app_player.dart
AppPlayerController<T>
setChannelKey method
setChannelKey method
dark_mode
light_mode
setChannelKey
method
void
setChannelKey
(
int
channel
,
int
key
)
Implementation
void setChannelKey(int channel, int key) { appPlayerSetChannel(playerId, channel, key); }
vsdk package
documentation
app_player
AppPlayerController<T>
setChannelKey method
AppPlayerController class