gstrtsp.rtspauth_param

Module for [RTSPAuthParam] class

Types 1

RTSP Authentication parameter

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
RTSPAuthParam self()Returns `this`, for use in `with` statements.
string name() @propertyGet `name` field. Returns: The name of the parameter
void name(string propval) @propertySet `name` field. Params: propval = The name of the parameter
string value() @propertyGet `value` field. Returns: The value of the parameter
void value(string propval) @propertySet `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)