gstrtsp.rtspauth_param

Module for [RTSPAuthParam] class

Types 1

RTSP Authentication parameter

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
RTSPAuthParam self() nothrowReturns `this`, for use in `with` statements.
string name() @property nothrowGet `name` field. Returns: The name of the parameter
void name(string propval) @property nothrowSet `name` field. Params: propval = The name of the parameter
string value() @property nothrowGet `value` field. Returns: The value of the parameter
void value(string propval) @property nothrowSet `value` field. Params: propval = The value of the parameter
Constructors
this(string name = string.init, string value = string.init)Create a `rtspauth_param.RTSPAuthParam` boxed type. Params: name = The name of the parameter value = The value of the parameter
this(void * ptr, Flag!"Take" take)