#[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;