Sdílet prostřednictvím


PlayToReceiver.SupportsAudio Property

Definition

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

Applies to

See also