NERtcEncryptionConfig class
配置媒体流加密模式和密钥
Constructors
- NERtcEncryptionConfig(NERtcEncryptionMode mode, String key)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
媒体流加密密钥。字符串类型,推荐设置为英文字符串
getter/setter pair
- mode ↔ NERtcEncryptionMode
-
媒体流加密模式
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited