StreamProviderOptions 构造函数
StreamProviderOptions()
初始化 StreamProviderOptions 类的新实例。
def __init__(self):
...
StreamProviderOptions(loading_type, default_path)
初始化 StreamProviderOptions 类的新实例。
def __init__(self, loading_type, default_path):
...
范围 | 类型 | 描述 |
---|---|---|
loading_type | ResourceLoadingType | 加载链接资源的类型。 |
default_path | str | 默认路径。 |