AirPlay available devices list?

Hi, How can I show the avaliable list device for AirPlay like this?

MPVolumeView is not included in Cocoa framework I read about AVRoutePickerView but is not show all available devices for me.

I read about AVRoutePickerView but is not show all available devices for me. Can you share the code you have tried?

let routePickerView = AVRoutePickerView.init(frame: NSRect(x: 0.0, y: 0.0, width: 200.0, height: 200.0))     self.view.addSubview(routePickerView)

AirPlay available devices list?
 
 
Q