CastingPlaybackTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the capabilities of a particular casting device.
This enumeration supports a bitwise combination of its member values.
public enum class CastingPlaybackTypes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CastingPlaybackTypes
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CastingPlaybackTypes
var value = Windows.Media.Casting.CastingPlaybackTypes.none
Public Enum CastingPlaybackTypes
- Inheritance
-
CastingPlaybackTypes
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | The casting device does not support playback. |
Audio | 1 | The casting device supports audio playback. |
Video | 2 | The casting device supports video playback. |
Picture | 4 | The casting device supports image playback. |