Forum Discussion

Sc0tt1cus's avatar
Sc0tt1cus
Reel Rookie
2 years ago
Solved

Accessibility & language => Audio Track event capturing

When pressing the star button on the Roku remote and bringing up Accessibility & language and then going to the Audio Track option and clicking on either Spanish or English, is there a way to listen to and intercept this specific event ? If so how ? Doing this action is not registering as a roDeviceInfoEvent so I am wondering what type of event it would register as ?

  • You can set up an observer on the video node's currentAudioTrack, but if you're trying to do something before it's switched, then it may be too late when it fires.

1 Reply

  • renojim's avatar
    renojim
    Community Streaming Expert

    You can set up an observer on the video node's currentAudioTrack, but if you're trying to do something before it's switched, then it may be too late when it fires.