Expand description
Modules§
- error
- The error type used in this crate
- find
- The
Find
struct and related constructs for finding NDI sources - recv
- The
Recv
struct and related constructs for receiving NDI - send
- The
Send
struct and related constructs for sending NDI
Structs§
- Audio
Data - An audio frame
- Meta
Data - The data description for metadata
- Source
- A descriptor of a NDI source available on the network.
- Tally
- Tally information
- Video
Data - Describes a video frame
Enums§
- FourCC
Audio Type - The FourCC type of a
AudioData
frame - FourCC
Video Type - The FourCC type of a
VideoData
frame - Frame
Format Type - A description of the frome format of a frame
- Frame
Type - A description of the type of of frame received.
Functions§
- cleanup⚠
- Destroy everything associated with the library
- initialize
- Start the library
- is_
supported_ CPU - Recover whether the current CPU in the system is capable of running NDILib.