Skip to content

Commit ddf4308

Browse files
committed
Merged PR 22166: Merging 10B release branch into main
2 parents 660fd74 + ef35d10 commit ddf4308

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
-api-id: P:Windows.Media.Core.CodecSubtypes.VideoFormatAv1
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.Core.CodecSubtypes.VideoFormatAv1
7+
8+
<!--
9+
public static string VideoFormatAv1 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the string representation of the [GUID](/windows/win32/api/guiddef/ns-guiddef-guid) for the AV1 video subtype.
16+
17+
## -property-value
18+
19+
The string representation of the AV1 video subtype.
20+
21+
## -remarks
22+
23+
This GUID matches the value of the Media Foundation subtype [MFVideoFormat_AV1](/windows/win32/medfound/video-subtype-guids), defined using the FOURCC 'AV01'.
24+
25+
## -see-also
26+
27+
## -examples
28+
29+

windows.media.core/codecsubtypes_videoformatdv25.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ public string VideoFormatDV25 { get; }
1010
# Windows.Media.Core.CodecSubtypes.VideoFormatDV25
1111

1212
## -description
13+
1314
Gets the string representation of the [GUID](/windows/win32/api/guiddef/ns-guiddef-guid) for the DVCPRO 25 (525-60 or 625-50) video subtype.
1415

1516
## -property-value
17+
1618
The string representation of the GUID for the DVCPRO 25 (525-60 or 625-50) video subtype.
1719

1820
## -remarks

0 commit comments

Comments
 (0)