gstrtsp.rtspauth_credential
Module for [RTSPAuthCredential] class
class RTSPAuthCredential
Types 1
RTSP Authentication credentials
Methods
RTSPAuthCredential self()Returns `this`, for use in `with` statements.void scheme(gstrtsp.types.RTSPAuthMethod propval) @propertySet `scheme` field. Params: propval = a #GstRTSPAuthMethodstring authorization() @propertyGet `authorization` field. Returns: The authorization for the basic schemvoid authorization(string propval) @propertySet `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