WifiP2pWfdInfo.ContentProtectionSupported 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.
Sets whether Content Protection using the HDCP system 2.
public bool ContentProtectionSupported { [Android.Runtime.Register("isContentProtectionSupported", "()Z", "", ApiSince=30)] get; [Android.Runtime.Register("setContentProtectionSupported", "(Z)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("isContentProtectionSupported", "()Z", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setContentProtectionSupported", "(Z)V", "", ApiSince=30)>]
member this.ContentProtectionSupported : bool with get, set
Property Value
true if Content Protection using the HDCP system 2.0/2.1 is supported.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.isContentProtectionSupported()
.
Property setter documentation:
Sets whether Content Protection using the HDCP system 2.0/2.1 is supported.
Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.setContentProtectionSupported(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.