SdpEncryptionMethod Enum

Definition

Indicates possible values for the SDP encryption method found in the "k" line of an SDP.

public enum class SdpEncryptionMethod
public enum SdpEncryptionMethod
type SdpEncryptionMethod = 
Public Enum SdpEncryptionMethod
Inheritance
SdpEncryptionMethod

Fields

Base64 2

The "k" line indicates the encryption key is Base64.

Clear 1

The "k" line indicates the encryption key is clear.

Prompt 4

The "k" line indicates the encryption key is provided by a user prompt.

Unspecified 0

The "k" line is not present in the SDP.

Uri 3

The "k" line indicates the encryption key is provided in a URI.

Applies to