PhoneCallHistoryEntryMedia 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.
The type of media associated with a call.
public enum class PhoneCallHistoryEntryMedia
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhoneCallHistoryEntryMedia
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhoneCallHistoryEntryMedia
var value = Windows.ApplicationModel.Calls.PhoneCallHistoryEntryMedia.audio
Public Enum PhoneCallHistoryEntryMedia
- Inheritance
-
PhoneCallHistoryEntryMedia
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Fields
Name | Value | Description |
---|---|---|
Audio | 0 | The call contains audio media. |
Video | 1 | The call contains video media. |