|
1 | 1 | // @generated |
| 2 | +// This file is @generated by prost-build. |
2 | 3 | #[allow(clippy::derive_partial_eq_without_eq)] |
3 | 4 | #[derive(Clone, PartialEq, ::prost::Message)] |
4 | 5 | pub struct FrameCryptor { |
@@ -302,11 +303,11 @@ impl EncryptionState { |
302 | 303 | /// # Safety |
303 | 304 | /// The foreign language is responsable for disposing handles |
304 | 305 | /// Forgetting to dispose the handle may lead to memory leaks |
305 | | -/// |
| 306 | +/// |
306 | 307 | /// Dropping a handle doesn't necessarily mean that the object is destroyed if it is still used |
307 | 308 | /// on the FfiServer (Atomic reference counting) |
308 | | -/// |
309 | | -/// When refering to a handle without owning it, we just use a uint32 without this message. |
| 309 | +/// |
| 310 | +/// When refering to a handle without owning it, we just use a uint32 without this message. |
310 | 311 | /// (the variable name is suffixed with "_handle") |
311 | 312 | #[allow(clippy::derive_partial_eq_without_eq)] |
312 | 313 | #[derive(Clone, PartialEq, ::prost::Message)] |
@@ -1765,8 +1766,6 @@ pub struct NewVideoSourceRequest { |
1765 | 1766 | /// Most of the time it corresponds to the source resolution |
1766 | 1767 | #[prost(message, required, tag="2")] |
1767 | 1768 | pub resolution: VideoSourceResolution, |
1768 | | - #[prost(bool, optional, tag="3")] |
1769 | | - pub is_screencast: ::core::option::Option<bool>, |
1770 | 1769 | } |
1771 | 1770 | #[allow(clippy::derive_partial_eq_without_eq)] |
1772 | 1771 | #[derive(Clone, PartialEq, ::prost::Message)] |
@@ -3455,7 +3454,7 @@ pub struct NewAudioSourceResponse { |
3455 | 3454 | #[prost(message, required, tag="1")] |
3456 | 3455 | pub source: OwnedAudioSource, |
3457 | 3456 | } |
3458 | | -/// Push a frame to an AudioSource |
| 3457 | +/// Push a frame to an AudioSource |
3459 | 3458 | /// The data provided must be available as long as the client receive the callback. |
3460 | 3459 | #[allow(clippy::derive_partial_eq_without_eq)] |
3461 | 3460 | #[derive(Clone, PartialEq, ::prost::Message)] |
@@ -4009,7 +4008,7 @@ pub struct RpcMethodInvocationEvent { |
4009 | 4008 | // that it receives from the server. |
4010 | 4009 | // |
4011 | 4010 | // Therefore, the ffi client is easier to implement if there is less handles to manage. |
4012 | | -// |
| 4011 | +// |
4013 | 4012 | // - We are mainly using FfiHandle on info messages (e.g: RoomInfo, TrackInfo, etc...) |
4014 | 4013 | // For this reason, info are only sent once, at creation (We're not using them for updates, we can infer them from |
4015 | 4014 | // events on the client implementation). |
|
0 commit comments