gstrtsp.rtspauth_credential
Module for [RTSPAuthCredential] class
class RTSPAuthCredential
Types 1
RTSP Authentication credentials
Methods
gstrtsp.types.RTSPAuthMethod scheme() @property nothrowGet `scheme` field. Returns: a #GstRTSPAuthMethodvoid scheme(gstrtsp.types.RTSPAuthMethod propval) @property nothrowSet `scheme` field. Params: propval = a #GstRTSPAuthMethodstring authorization() @property nothrowGet `authorization` field. Returns: The authorization for the basic schemvoid authorization(string propval) @property nothrowSet `authorization` field. Params: propval = The authorization for the basic schemConstructors
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