Skip to content

Commit cbbc3cc

Browse files
committed
Merged PR 1773: Merge drewbat-staging to master
Fixing formatting of code snippet.
2 parents 919b369 + ded82e8 commit cbbc3cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

windows-apps-src/audio-video-camera/playready-client-sdk.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ In previous versions of PlayReady DRM, non-persistent licenses could only be acq
471471
## Query for protection capabilities
472472
Starting with Windows 10, version 1703, you can query HW DRM capabilities, such as decode codecs, resolution, and output protections (HDCP). Queries are performed with the [**IsTypeSupported**](https://docs.microsoft.com/uwp/api/windows.media.protection.protectioncapabilities#Windows_Media_Protection_ProtectionCapabilities_IsTypeSupported_System_String_System_String_) method which takes a string representing the capabilities for which support is queried and a string specifying the key system to which the query applies. For a list of supported string values, see the API reference page for [**IsTypeSupported**](https://docs.microsoft.com/uwp/api/windows.media.protection.protectioncapabilities#Windows_Media_Protection_ProtectionCapabilities_IsTypeSupported_System_String_System_String_). The following code example illustrates the usage of this method.
473473
474-
```cs
474+
```cs
475475
using namespace Windows::Media::Protection;
476476

477477
ProtectionCapabilities^ sr = ref new ProtectionCapabilities();
@@ -494,7 +494,7 @@ Starting with Windows 10, version 1703, you can query HW DRM capabilities, such
494494
// Do not queue up UHD HW DRM video.
495495
break;
496496
}
497-
497+
```
498498
## Add secure stop
499499

500500
This section describes how to add secure stop to your UWP app.
@@ -534,6 +534,7 @@ Finally, there is one last consideration when using PlayReady on Xbox One: on de
534534

535535
Use the approach that makes the most sense for your company and your product.
536536

537+
537538
## See also
538539
- [Media playback](media-playback.md)
539540

0 commit comments

Comments
 (0)