StreamProviderOptions constructeur

StreamProviderOptions()

Initialise une nouvelle instance de la classe StreamProviderOptions.

def __init__(self):
    ...

StreamProviderOptions(loading_type, default_path)

Initialise une nouvelle instance de la classe StreamProviderOptions.

def __init__(self, loading_type, default_path):
    ...
ParamètreTaperDescription
loading_typeResourceLoadingTypeLe type pour charger la ressource liée.
default_pathstrLe chemin par défaut.

Voir également