VoipPhoneCallMedia Enumeration

Definition

Gibt die von einem VoIP-Anruf verwendeten Medientypen an.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class VoipPhoneCallMedia
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsVoipContract, 65536)]
enum class VoipPhoneCallMedia
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsVoipContract), 65536)]
public enum VoipPhoneCallMedia
Public Enum VoipPhoneCallMedia
Vererbung
VoipPhoneCallMedia
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (eingeführt in v1.0)
App-Funktionen
phoneCallHistory phoneCallHistorySystem voipCall

Felder

Audio 1

Der Anruf verwendet Audio.

None 0

Der Aufruf verwendet keine Medien.

Video 2

Der Anruf verwendet Video.

Gilt für: