StreamProviderOptions constructor

init

Initializes a new instance of the StreamProviderOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the StreamProviderOptions class.

def __init__(self, loading_type, default_path):
    ...
ParameterTypeDescription
loading_typeResourceLoadingTypeThe type to load the linked resource.
default_pathstrThe default path.

See Also