OnVideoDeviceWarningType typedef

OnVideoDeviceWarningType = void Function(String deviceId, VideoDeviceType deviceType, MediaDeviceWarning deviceWarning)

deviceId:设备 ID

deviceType:设备类型

deviceWarning:设备警告码

Implementation

typedef OnVideoDeviceWarningType = void Function(String deviceId,
    VideoDeviceType deviceType, MediaDeviceWarning deviceWarning);