VidSourceConfig constructor
VidSourceConfig({
- required EncryptType type,
- String? hlsUriToken,
构造函数
type 加密类型,必需
hlsUriToken HLS URI Token,可选
Implementation
VidSourceConfig({
required this.type,
this.hlsUriToken,
});