nominal-api 0.1239.0

API bindings for the Nominal platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[doc(inline)]
pub use self::video_file_service::{
    VideoFileService, VideoFileServiceClient, AsyncVideoFileService,
    AsyncVideoFileServiceClient,
};
#[doc(inline)]
pub use self::video_segment_service::{
    VideoSegmentService, VideoSegmentServiceClient, AsyncVideoSegmentService,
    AsyncVideoSegmentServiceClient,
};
#[doc(inline)]
pub use self::video_service::{
    VideoService, VideoServiceClient, AsyncVideoService, AsyncVideoServiceClient,
};
pub mod video_file_service;
pub mod video_segment_service;
pub mod video_service;