// This file was generated by gir (d50d839) from gir-files (???) // DO NOT EDIT use ffi; use glib::Type; use glib::StaticType; use glib::value::{Value, SetValue, FromValue, FromValueOptional}; use gobject_ffi; use glib::translate::*; bitflags! { pub struct BufferCopyFlags: u32 { const NONE = 0; const FLAGS = 1; const TIMESTAMPS = 2; const META = 4; const MEMORY = 8; const MERGE = 16; const DEEP = 32; } } #[doc(hidden)] impl ToGlib for BufferCopyFlags { type GlibType = ffi::GstBufferCopyFlags; fn to_glib(&self) -> ffi::GstBufferCopyFlags { ffi::GstBufferCopyFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for BufferCopyFlags { fn from_glib(value: ffi::GstBufferCopyFlags) -> BufferCopyFlags { skip_assert_initialized!(); BufferCopyFlags::from_bits_truncate(value.bits()) } } impl StaticType for BufferCopyFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_buffer_copy_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for BufferCopyFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for BufferCopyFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstBufferCopyFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for BufferCopyFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct BufferFlags: u32 { const LIVE = 16; const DECODE_ONLY = 32; const DISCONT = 64; const RESYNC = 128; const CORRUPTED = 256; const MARKER = 512; const HEADER = 1024; const GAP = 2048; const DROPPABLE = 4096; const DELTA_UNIT = 8192; const TAG_MEMORY = 16384; const SYNC_AFTER = 32768; const LAST = 1048576; } } #[doc(hidden)] impl ToGlib for BufferFlags { type GlibType = ffi::GstBufferFlags; fn to_glib(&self) -> ffi::GstBufferFlags { ffi::GstBufferFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for BufferFlags { fn from_glib(value: ffi::GstBufferFlags) -> BufferFlags { skip_assert_initialized!(); BufferFlags::from_bits_truncate(value.bits()) } } impl StaticType for BufferFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_buffer_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for BufferFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for BufferFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstBufferFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for BufferFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct DebugColorFlags: u32 { const FG_BLACK = 0; const FG_RED = 1; const FG_GREEN = 2; const FG_YELLOW = 3; const FG_BLUE = 4; const FG_MAGENTA = 5; const FG_CYAN = 6; const FG_WHITE = 7; const BG_BLACK = 0; const BG_RED = 16; const BG_GREEN = 32; const BG_YELLOW = 48; const BG_BLUE = 64; const BG_MAGENTA = 80; const BG_CYAN = 96; const BG_WHITE = 112; const BOLD = 256; const UNDERLINE = 512; } } #[doc(hidden)] impl ToGlib for DebugColorFlags { type GlibType = ffi::GstDebugColorFlags; fn to_glib(&self) -> ffi::GstDebugColorFlags { ffi::GstDebugColorFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for DebugColorFlags { fn from_glib(value: ffi::GstDebugColorFlags) -> DebugColorFlags { skip_assert_initialized!(); DebugColorFlags::from_bits_truncate(value.bits()) } } impl StaticType for DebugColorFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_debug_color_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for DebugColorFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for DebugColorFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstDebugColorFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for DebugColorFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct DebugGraphDetails: u32 { const MEDIA_TYPE = 1; const CAPS_DETAILS = 2; const NON_DEFAULT_PARAMS = 4; const STATES = 8; const FULL_PARAMS = 16; const ALL = 15; const VERBOSE = 4294967295; } } #[doc(hidden)] impl ToGlib for DebugGraphDetails { type GlibType = ffi::GstDebugGraphDetails; fn to_glib(&self) -> ffi::GstDebugGraphDetails { ffi::GstDebugGraphDetails::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for DebugGraphDetails { fn from_glib(value: ffi::GstDebugGraphDetails) -> DebugGraphDetails { skip_assert_initialized!(); DebugGraphDetails::from_bits_truncate(value.bits()) } } impl StaticType for DebugGraphDetails { fn static_type() -> Type { unsafe { from_glib(ffi::gst_debug_graph_details_get_type()) } } } impl<'a> FromValueOptional<'a> for DebugGraphDetails { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for DebugGraphDetails { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstDebugGraphDetails::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for DebugGraphDetails { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct ElementFlags: u32 { const LOCKED_STATE = 16; const SINK = 32; const SOURCE = 64; const PROVIDE_CLOCK = 128; const REQUIRE_CLOCK = 256; const INDEXABLE = 512; const LAST = 16384; } } #[doc(hidden)] impl ToGlib for ElementFlags { type GlibType = ffi::GstElementFlags; fn to_glib(&self) -> ffi::GstElementFlags { ffi::GstElementFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for ElementFlags { fn from_glib(value: ffi::GstElementFlags) -> ElementFlags { skip_assert_initialized!(); ElementFlags::from_bits_truncate(value.bits()) } } impl StaticType for ElementFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_element_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for ElementFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for ElementFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstElementFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for ElementFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct PadLinkCheck: u32 { const NOTHING = 0; const HIERARCHY = 1; const TEMPLATE_CAPS = 2; const CAPS = 4; const NO_RECONFIGURE = 8; const DEFAULT = 5; } } #[doc(hidden)] impl ToGlib for PadLinkCheck { type GlibType = ffi::GstPadLinkCheck; fn to_glib(&self) -> ffi::GstPadLinkCheck { ffi::GstPadLinkCheck::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for PadLinkCheck { fn from_glib(value: ffi::GstPadLinkCheck) -> PadLinkCheck { skip_assert_initialized!(); PadLinkCheck::from_bits_truncate(value.bits()) } } impl StaticType for PadLinkCheck { fn static_type() -> Type { unsafe { from_glib(ffi::gst_pad_link_check_get_type()) } } } impl<'a> FromValueOptional<'a> for PadLinkCheck { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for PadLinkCheck { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstPadLinkCheck::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for PadLinkCheck { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct PadProbeType: u32 { const INVALID = 0; const IDLE = 1; const BLOCK = 2; const BUFFER = 16; const BUFFER_LIST = 32; const EVENT_DOWNSTREAM = 64; const EVENT_UPSTREAM = 128; const EVENT_FLUSH = 256; const QUERY_DOWNSTREAM = 512; const QUERY_UPSTREAM = 1024; const PUSH = 4096; const PULL = 8192; const BLOCKING = 3; const DATA_DOWNSTREAM = 112; const DATA_UPSTREAM = 128; const DATA_BOTH = 240; const BLOCK_DOWNSTREAM = 114; const BLOCK_UPSTREAM = 130; const EVENT_BOTH = 192; const QUERY_BOTH = 1536; const ALL_BOTH = 1776; const SCHEDULING = 12288; } } #[doc(hidden)] impl ToGlib for PadProbeType { type GlibType = ffi::GstPadProbeType; fn to_glib(&self) -> ffi::GstPadProbeType { ffi::GstPadProbeType::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for PadProbeType { fn from_glib(value: ffi::GstPadProbeType) -> PadProbeType { skip_assert_initialized!(); PadProbeType::from_bits_truncate(value.bits()) } } impl StaticType for PadProbeType { fn static_type() -> Type { unsafe { from_glib(ffi::gst_pad_probe_type_get_type()) } } } impl<'a> FromValueOptional<'a> for PadProbeType { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for PadProbeType { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstPadProbeType::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for PadProbeType { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct ParseFlags: u32 { const NONE = 0; const FATAL_ERRORS = 1; const NO_SINGLE_ELEMENT_BINS = 2; const PLACE_IN_BIN = 4; } } #[doc(hidden)] impl ToGlib for ParseFlags { type GlibType = ffi::GstParseFlags; fn to_glib(&self) -> ffi::GstParseFlags { ffi::GstParseFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for ParseFlags { fn from_glib(value: ffi::GstParseFlags) -> ParseFlags { skip_assert_initialized!(); ParseFlags::from_bits_truncate(value.bits()) } } impl StaticType for ParseFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_parse_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for ParseFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for ParseFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstParseFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for ParseFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct PluginDependencyFlags: u32 { const NONE = 0; const RECURSE = 1; const PATHS_ARE_DEFAULT_ONLY = 2; const FILE_NAME_IS_SUFFIX = 4; const FILE_NAME_IS_PREFIX = 8; } } #[doc(hidden)] impl ToGlib for PluginDependencyFlags { type GlibType = ffi::GstPluginDependencyFlags; fn to_glib(&self) -> ffi::GstPluginDependencyFlags { ffi::GstPluginDependencyFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for PluginDependencyFlags { fn from_glib(value: ffi::GstPluginDependencyFlags) -> PluginDependencyFlags { skip_assert_initialized!(); PluginDependencyFlags::from_bits_truncate(value.bits()) } } impl StaticType for PluginDependencyFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_plugin_dependency_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for PluginDependencyFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for PluginDependencyFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstPluginDependencyFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for PluginDependencyFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct SchedulingFlags: u32 { const SEEKABLE = 1; const SEQUENTIAL = 2; const BANDWIDTH_LIMITED = 4; } } #[doc(hidden)] impl ToGlib for SchedulingFlags { type GlibType = ffi::GstSchedulingFlags; fn to_glib(&self) -> ffi::GstSchedulingFlags { ffi::GstSchedulingFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for SchedulingFlags { fn from_glib(value: ffi::GstSchedulingFlags) -> SchedulingFlags { skip_assert_initialized!(); SchedulingFlags::from_bits_truncate(value.bits()) } } impl StaticType for SchedulingFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_scheduling_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for SchedulingFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for SchedulingFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstSchedulingFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for SchedulingFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct SeekFlags: u32 { const NONE = 0; const FLUSH = 1; const ACCURATE = 2; const KEY_UNIT = 4; const SEGMENT = 8; const TRICKMODE = 16; const SKIP = 16; const SNAP_BEFORE = 32; const SNAP_AFTER = 64; const SNAP_NEAREST = 96; const TRICKMODE_KEY_UNITS = 128; const TRICKMODE_NO_AUDIO = 256; } } #[doc(hidden)] impl ToGlib for SeekFlags { type GlibType = ffi::GstSeekFlags; fn to_glib(&self) -> ffi::GstSeekFlags { ffi::GstSeekFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for SeekFlags { fn from_glib(value: ffi::GstSeekFlags) -> SeekFlags { skip_assert_initialized!(); SeekFlags::from_bits_truncate(value.bits()) } } impl StaticType for SeekFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_seek_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for SeekFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for SeekFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstSeekFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for SeekFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct SegmentFlags: u32 { const NONE = 0; const RESET = 1; const TRICKMODE = 16; const SKIP = 16; const SEGMENT = 8; const TRICKMODE_KEY_UNITS = 128; const TRICKMODE_NO_AUDIO = 256; } } #[doc(hidden)] impl ToGlib for SegmentFlags { type GlibType = ffi::GstSegmentFlags; fn to_glib(&self) -> ffi::GstSegmentFlags { ffi::GstSegmentFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for SegmentFlags { fn from_glib(value: ffi::GstSegmentFlags) -> SegmentFlags { skip_assert_initialized!(); SegmentFlags::from_bits_truncate(value.bits()) } } impl StaticType for SegmentFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_segment_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for SegmentFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for SegmentFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstSegmentFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for SegmentFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } #[cfg(any(feature = "v1_12", feature = "dox"))] bitflags! { pub struct StackTraceFlags: u32 { const FULL = 1; } } #[cfg(any(feature = "v1_12", feature = "dox"))] #[doc(hidden)] impl ToGlib for StackTraceFlags { type GlibType = ffi::GstStackTraceFlags; fn to_glib(&self) -> ffi::GstStackTraceFlags { ffi::GstStackTraceFlags::from_bits_truncate(self.bits()) } } #[cfg(any(feature = "v1_12", feature = "dox"))] #[doc(hidden)] impl FromGlib for StackTraceFlags { fn from_glib(value: ffi::GstStackTraceFlags) -> StackTraceFlags { skip_assert_initialized!(); StackTraceFlags::from_bits_truncate(value.bits()) } } #[cfg(any(feature = "v1_12", feature = "dox"))] impl StaticType for StackTraceFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_stack_trace_flags_get_type()) } } } #[cfg(any(feature = "v1_12", feature = "dox"))] impl<'a> FromValueOptional<'a> for StackTraceFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } #[cfg(any(feature = "v1_12", feature = "dox"))] impl<'a> FromValue<'a> for StackTraceFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstStackTraceFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } #[cfg(any(feature = "v1_12", feature = "dox"))] impl SetValue for StackTraceFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } bitflags! { pub struct StreamFlags: u32 { const NONE = 0; const SPARSE = 1; const SELECT = 2; const UNSELECT = 4; } } #[doc(hidden)] impl ToGlib for StreamFlags { type GlibType = ffi::GstStreamFlags; fn to_glib(&self) -> ffi::GstStreamFlags { ffi::GstStreamFlags::from_bits_truncate(self.bits()) } } #[doc(hidden)] impl FromGlib for StreamFlags { fn from_glib(value: ffi::GstStreamFlags) -> StreamFlags { skip_assert_initialized!(); StreamFlags::from_bits_truncate(value.bits()) } } impl StaticType for StreamFlags { fn static_type() -> Type { unsafe { from_glib(ffi::gst_stream_flags_get_type()) } } } impl<'a> FromValueOptional<'a> for StreamFlags { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } impl<'a> FromValue<'a> for StreamFlags { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstStreamFlags::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } impl SetValue for StreamFlags { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } } #[cfg(any(feature = "v1_10", feature = "dox"))] bitflags! { pub struct StreamType: u32 { const UNKNOWN = 1; const AUDIO = 2; const VIDEO = 4; const CONTAINER = 8; const TEXT = 16; } } #[cfg(any(feature = "v1_10", feature = "dox"))] #[doc(hidden)] impl ToGlib for StreamType { type GlibType = ffi::GstStreamType; fn to_glib(&self) -> ffi::GstStreamType { ffi::GstStreamType::from_bits_truncate(self.bits()) } } #[cfg(any(feature = "v1_10", feature = "dox"))] #[doc(hidden)] impl FromGlib for StreamType { fn from_glib(value: ffi::GstStreamType) -> StreamType { skip_assert_initialized!(); StreamType::from_bits_truncate(value.bits()) } } #[cfg(any(feature = "v1_10", feature = "dox"))] impl StaticType for StreamType { fn static_type() -> Type { unsafe { from_glib(ffi::gst_stream_type_get_type()) } } } #[cfg(any(feature = "v1_10", feature = "dox"))] impl<'a> FromValueOptional<'a> for StreamType { unsafe fn from_value_optional(value: &Value) -> Option { Some(FromValue::from_value(value)) } } #[cfg(any(feature = "v1_10", feature = "dox"))] impl<'a> FromValue<'a> for StreamType { unsafe fn from_value(value: &Value) -> Self { from_glib(ffi::GstStreamType::from_bits_truncate(gobject_ffi::g_value_get_flags(value.to_glib_none().0))) } } #[cfg(any(feature = "v1_10", feature = "dox"))] impl SetValue for StreamType { unsafe fn set_value(value: &mut Value, this: &Self) { gobject_ffi::g_value_set_flags(value.to_glib_none_mut().0, this.to_glib().bits()) } }