1
2
3
4
5
6
7
8
9
10
11
#[cfg(
    any(
        feature = "google-cloud-video-livestream-logging-v1",
        feature = "google-cloud-video-livestream-v1",
    )
)]
pub mod livestream;
#[cfg(any(feature = "google-cloud-video-stitcher-v1"))]
pub mod stitcher;
#[cfg(any(feature = "google-cloud-video-transcoder-v1"))]
pub mod transcoder;