gstrtsp.rtspauth_credential

Module for [RTSPAuthCredential] class

Types 1

RTSP Authentication credentials

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
RTSPAuthCredential self() nothrowReturns `this`, for use in `with` statements.
gstrtsp.types.RTSPAuthMethod scheme() @property nothrowGet `scheme` field. Returns: a #GstRTSPAuthMethod
void scheme(gstrtsp.types.RTSPAuthMethod propval) @property nothrowSet `scheme` field. Params: propval = a #GstRTSPAuthMethod
string authorization() @property nothrowGet `authorization` field. Returns: The authorization for the basic schem
void authorization(string propval) @property nothrowSet `authorization` field. Params: propval = The authorization for the basic schem
Constructors
this(gstrtsp.types.RTSPAuthMethod scheme = gstrtsp.types.RTSPAuthMethod.init, string authorization = string.init)Create a `rtspauth_credential.RTSPAuthCredential` boxed type. Params: scheme = a #GstRTSPAuthMethod authorization = The authorization for the basic schem
this(void * ptr, Flag!"Take" take)