Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Receive Capture not importable #2

Closed
medcelerate opened this issue Jan 4, 2020 · 1 comment
Closed

Receive Capture not importable #2

medcelerate opened this issue Jan 4, 2020 · 1 comment

Comments

@medcelerate
Copy link

I am trying to build a program using this module and am encountering this error.

error[E0432]: unresolved import `ndi_sdk::receive::receive_capture`
 --> src/main.rs:3:24
  |
3 | use ndi_sdk::receive::{receive_capture, ReceiveBandwidth, ReceiveCaptureResult, ReceiveColorFormat};
  |                        ^^^^^^^^^^^^^^^ no `receive_capture` in `receive`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: could not compile `rust_ndi`.
@Julusian
Copy link
Owner

Julusian commented Jan 5, 2020

It looks like I did some api changes and forgot to update the receive example.
I have done so now, hopefully this helps.
511f3d5

@Julusian Julusian closed this as completed Jan 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants