gstrtsp.rtspauth_credential

Module for [RTSPAuthCredential] class

Types 1

RTSP Authentication credentials

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
RTSPAuthCredential self()Returns `this`, for use in `with` statements.
gstrtsp.types.RTSPAuthMethod scheme() @propertyGet `scheme` field. Returns: a #GstRTSPAuthMethod
void scheme(gstrtsp.types.RTSPAuthMethod propval) @propertySet `scheme` field. Params: propval = a #GstRTSPAuthMethod
string authorization() @propertyGet `authorization` field. Returns: The authorization for the basic schem
void authorization(string propval) @propertySet `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)