gstsdp.sdpkey

Module for [SDPKey] class

class SDPKey

Types 1

classSDPKey

The contents of the SDP "k=" field which is used to convey encryption keys.

Fields
GstSDPKey _cInstance
Methods
void * _cPtr()
string type() @propertyGet `type` field. Returns: the encryption type
void type(string propval) @propertySet `type` field. Params: propval = the encryption type
string data() @propertyGet `data` field. Returns: the encryption data
void data(string propval) @propertySet `data` field. Params: propval = the encryption data
Constructors
this(void * ptr, Flag!"Take" take)