mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
30 lines
878 B
C++
30 lines
878 B
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210825.3
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Media_Render_0_H
|
|
#define WINRT_Windows_Media_Render_0_H
|
|
WINRT_EXPORT namespace winrt::Windows::Media::Render
|
|
{
|
|
enum class AudioRenderCategory : int32_t
|
|
{
|
|
Other = 0,
|
|
ForegroundOnlyMedia = 1,
|
|
BackgroundCapableMedia = 2,
|
|
Communications = 3,
|
|
Alerts = 4,
|
|
SoundEffects = 5,
|
|
GameEffects = 6,
|
|
GameMedia = 7,
|
|
GameChat = 8,
|
|
Speech = 9,
|
|
Movie = 10,
|
|
Media = 11,
|
|
};
|
|
}
|
|
namespace winrt::impl
|
|
{
|
|
template <> struct category<winrt::Windows::Media::Render::AudioRenderCategory>{ using type = enum_category; };
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Media::Render::AudioRenderCategory> = L"Windows.Media.Render.AudioRenderCategory";
|
|
}
|
|
#endif
|