PlayToReceiver.SupportsAudio Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the Play To target supports audio.
public:
property bool SupportsAudio { bool get(); void set(bool value); };
bool SupportsAudio();
void SupportsAudio(bool value);
public bool SupportsAudio { get; set; }
var boolean = playToReceiver.supportsAudio;
playToReceiver.supportsAudio = boolean;
Public Property SupportsAudio As Boolean
Property Value
Boolean
bool
True if the Play To target supports audio; otherwise false.
Windows requirements
App capabilities |
privateNetworkClientServer
|