Lines Matching refs:outputDeviceChange
2187 ### on('outputDeviceChange')<sup>10+</sup>
2189 on(type: 'outputDeviceChange', callback: (state: ConnectionState, device: OutputDeviceInfo) => void…
2201 … | Yes | Event type. The event **'outputDeviceChange'** is trigge…
2217 currentAVSession.on('outputDeviceChange', (state: avSession.ConnectionState, device: avSession.Outp…
2218 console.info(`on outputDeviceChange device : ${device}`);
2713 ### off('outputDeviceChange')<sup>10+</sup>
2715 off(type: 'outputDeviceChange', callback?: (state: ConnectionState, device: OutputDeviceInfo) => vo…
2727 … | Yes | Event type, which is **'outputDeviceChange'** in this c…
2743 currentAVSession.off('outputDeviceChange');
7114 ### on('outputDeviceChange')<sup>10+</sup>
7116 on(type: 'outputDeviceChange', callback: (state: ConnectionState, device: OutputDeviceInfo) => void…
7128 … | Yes | Event type. The event **'outputDeviceChange'** is trigge…
7144 avsessionController.on('outputDeviceChange', (state: avSession.ConnectionState, device: avSession.O…
7145 console.info(`on outputDeviceChange state: ${state}, device : ${device}`);
7149 ### off('outputDeviceChange')<sup>10+</sup>
7151 off(type: 'outputDeviceChange', callback?: (state: ConnectionState, device: OutputDeviceInfo) => vo…
7163 … | Yes | Event type, which is **'outputDeviceChange'** in this c…
7179 avsessionController.off('outputDeviceChange');