isStreamEncrypted method

bool isStreamEncrypted()

视频流是否加密(默认:加密)

Implementation

bool isStreamEncrypted() {
  return streamEncrypted ?? true;
}