public Task <BroadcastChannel> GetBroadcastChannelAsync()
 {
     return(_broadcastChannel.GetAsync());
 }
Exemple #2
0
 // TODO: Show pairing state
 // TODO: Should the channel object be responsible for reestablishment when reconnection support is added?
 public Task <InputChannel> GetInputChannelAsync()
 {
     return(_inputChannel.GetAsync());
 }
 public Task <MediaChannel> GetMediaChannelAsync()
 {
     return(_mediaChannel.GetAsync());
 }