Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.63 KB

codecquery_findallasync_1027997915.md

File metadata and controls

38 lines (21 loc) · 1.63 KB
-api-id -api-type
M:Windows.Media.Core.CodecQuery.FindAllAsync(Windows.Media.Core.CodecKind,Windows.Media.Core.CodecCategory,System.String)
winrt method

Windows.Media.Core.CodecQuery.FindAllAsync

-description

Returns a read-only list of all media codecs installed on the system that meet the specified requirements.

-parameters

-param kind

A value that specifies whether the method should return codecs that operate on video or audio data.

-param category

A value that specifies whether the method should return codecs that are encoders or decoders.

-param subType

A value specifying the media encoding subtype that all returned codecs must support. This value can be a string representation of one of the subtype GUIDs listed in Audio Subtype GUIDs or Video Subtyp GUIDs. The CodecSubtypes class provides properties for most supported media subtypes that return the string representation of the subtype GUID. You can also specify a FOURCC code for this parameter. For more information, see FOURCC Codes. To specify that all codecs of the specified kind and category should be returned, regardless of what media subtypes are supported, specify an empty string ("") for this parameter.

-returns

-remarks

-see-also

-examples