Docs.rs
  • gstreamer-play-0.21.0
    • gstreamer-play 0.21.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • sdroege
    • tp-m
    • github:gstreamer:crates-io-maintainers
    • Dependencies
      • gstreamer-play-sys ^0.21 normal
      • glib ^0.18 normal
      • gstreamer ^0.21 normal
      • gstreamer-video ^0.21 normal
      • libc ^0.2 normal
      • gir-format-check ^0.1 dev
    • Versions
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo
?
Change settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT

mod play;
pub use self::play::Play;

mod play_audio_info;
pub use self::play_audio_info::PlayAudioInfo;

mod play_media_info;
pub use self::play_media_info::PlayMediaInfo;

mod play_signal_adapter;
pub use self::play_signal_adapter::PlaySignalAdapter;

mod play_stream_info;
pub use self::play_stream_info::PlayStreamInfo;

mod play_subtitle_info;
pub use self::play_subtitle_info::PlaySubtitleInfo;

mod play_video_info;
pub use self::play_video_info::PlayVideoInfo;

mod play_video_overlay_video_renderer;
pub use self::play_video_overlay_video_renderer::PlayVideoOverlayVideoRenderer;

mod play_video_renderer;
pub use self::play_video_renderer::PlayVideoRenderer;

mod play_visualization;
pub use self::play_visualization::PlayVisualization;

mod enums;
pub use self::enums::PlayColorBalanceType;
pub use self::enums::PlayError;
pub(crate) use self::enums::PlayMessage;
pub use self::enums::PlaySnapshotFormat;
pub use self::enums::PlayState;

#[doc(hidden)]
pub mod traits {
    pub use super::play_stream_info::PlayStreamInfoExt;
    pub use super::play_video_renderer::PlayVideoRendererExt;
}