Skip to main content
Version: 14 May 2024

MLMediaDRMKeyValue

Data type containing {key, value} pair.

Public Methods

MLMediaDRMKeyValue

public MLMediaDRMKeyValue(
KeyValuePair< string, string > pair
)

Parameters

TypeNameDescription
KeyValuePair< string, string >pair

KeyValuePair< string, string > string

public KeyValuePair< string, string > string(
this. Key,
this. Value
)

Parameters

TypeNameDescription
this.Key
this.Value

Public Attributes

Key

Key.


public readonly string Key;


KeyValue


public KeyValuePair< string, string > KeyValue => new KeyValuePair<string;


Value

Value.


public readonly string Value;