32 if (_streamInfo.hfov != status.hfov) {
34 _streamInfo.hfov = status.hfov;
37 if (_streamInfo.flags != status.flags) {
39 _streamInfo.flags = status.flags;
42 if (_streamInfo.bitrate != status.bitrate) {
44 _streamInfo.bitrate = status.bitrate;
47 if (_streamInfo.rotation != status.rotation) {
49 _streamInfo.rotation = status.rotation;
52 if (_streamInfo.framerate != status.framerate) {
54 _streamInfo.framerate = status.framerate;
57 if (_streamInfo.resolution_h != status.resolution_h) {
59 _streamInfo.resolution_h = status.resolution_h;
62 if (_streamInfo.resolution_v != status.resolution_v) {
64 _streamInfo.resolution_v = status.resolution_v;