gstsdp.mikeypayload_sp

Module for [MIKEYPayloadSP] class

Types 1

The Security Policy payload defines a set of policies that apply to a specific security protocol

Fields
Methods
void * _cPtr() nothrow
gstsdp.mikeypayload.MIKEYPayload pt() @property nothrowGet `pt` field. Returns: the payload header
uint policy() @property nothrowGet `policy` field. Returns: the policy number
void policy(uint propval) @property nothrowSet `policy` field. Params: propval = the policy number
gstsdp.types.MIKEYSecProto proto() @property nothrowGet `proto` field. Returns: the security protocol
void proto(gstsdp.types.MIKEYSecProto propval) @property nothrowSet `proto` field. Params: propval = the security protocol
Constructors
this(void * ptr, Flag!"Take" take)