Skip to content

Commit b72f6aa

Browse files
committed
Checking in remaining media encoding APIs
1 parent ef11fa8 commit b72f6aa

File tree

41 files changed

+1075
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1075
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
-api-id: T:Windows.Media.MediaProperties.Av1ProfileIds
3+
-api-type: winrt class
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds
7+
8+
<!--
9+
public static class Av1ProfileIds
10+
-->
11+
12+
13+
## -description
14+
15+
Provides properties for getting AV1 profile IDs.
16+
17+
## -remarks
18+
19+
You can set the value of [VideoEncodingProperties.ProfileId](videoencodingproperties_profileid.md) to one of the profile ids provided by this class.
20+
21+
## -see-also
22+
23+
## -examples
24+
25+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.HighChromaSubsampling444BitDepth10
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.HighChromaSubsampling444BitDepth10
7+
8+
<!--
9+
public static int HighChromaSubsampling444BitDepth10 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 high profile with 4:4:4 chroma subsampling and bit depth 10.
16+
17+
## -property-value
18+
19+
The ID for the AV1 high profile with 4:4:4 chroma subsampling and bit depth 10.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.HighChromaSubsampling444BitDepth8
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.HighChromaSubsampling444BitDepth8
7+
8+
<!--
9+
public static int HighChromaSubsampling444BitDepth8 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 high profile with 4:4:4 chroma subsampling and bit depth 8.
16+
17+
## -property-value
18+
19+
The ID for the AV1 high profile with 4:4:4 chroma subsampling and bit depth 8.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling400BitDepth10
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling400BitDepth10
7+
8+
<!--
9+
public static int MainChromaSubsampling400BitDepth10 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 main profile with 4:0:0 chroma subsampling and bit depth 10.
16+
17+
## -property-value
18+
19+
The ID for the AV1 main profile with 4:0:0 chroma subsampling and bit depth 10.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling400BitDepth8
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling400BitDepth8
7+
8+
<!--
9+
public static int MainChromaSubsampling400BitDepth8 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 main profile with 4:0:0 chroma subsampling and bit depth 8.
16+
17+
## -property-value
18+
19+
The ID for the AV1 main profile with 4:0:0 chroma subsampling and bit depth 8.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling420BitDepth10
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling420BitDepth10
7+
8+
<!--
9+
public static int MainChromaSubsampling420BitDepth10 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 main profile with 4:2:0 chroma subsampling and bit depth 10.
16+
17+
## -property-value
18+
19+
The ID for the AV1 main profile with 4:2:0 chroma subsampling and bit depth 10.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling420BitDepth8
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.MainChromaSubsampling420BitDepth8
7+
8+
<!--
9+
public static int MainChromaSubsampling420BitDepth8 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 main profile with 4:2:0 chroma subsampling and bit depth 8.
16+
17+
## -property-value
18+
19+
The ID for the AV1 main profile with 4:2:0 chroma subsampling and bit depth 8.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling400BitDepth12
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling400BitDepth12
7+
8+
<!--
9+
public static int ProfessionalChromaSubsampling400BitDepth12 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 professional profile with 4:0:0 chroma subsampling and bit depth 12.
16+
17+
## -property-value
18+
19+
The ID for the AV1 professional profile with 4:0:0 chroma subsampling and bit depth 12.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling420BitDepth12
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling420BitDepth12
7+
8+
<!--
9+
public static int ProfessionalChromaSubsampling420BitDepth12 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 professional profile with 4:2:0 chroma subsampling and bit depth 12.
16+
17+
## -property-value
18+
19+
The ID for the AV1 professional profile with 4:2:0 chroma subsampling and bit depth 12.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling422BitDepth10
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.Media.MediaProperties.Av1ProfileIds.ProfessionalChromaSubsampling422BitDepth10
7+
8+
<!--
9+
public static int ProfessionalChromaSubsampling422BitDepth10 { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the ID for the AV1 professional profile with 4:2:2 chroma subsampling and bit depth 10.
16+
17+
## -property-value
18+
19+
The ID for the AV1 professional profile with 4:2:2 chroma subsampling and bit depth 10.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+

0 commit comments

Comments
 (0)