Home
last modified time | relevance | path

Searched refs:AppStreamType (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-app-0.15.6/src/auto/
H A Denums.rs16 pub enum AppStreamType { enum
25 impl ToGlib for AppStreamType { implementation
33 AppStreamType::__Unknown(value) => value, in to_glib()
43 0 => AppStreamType::Stream, in from_glib()
44 1 => AppStreamType::Seekable, in from_glib()
45 2 => AppStreamType::RandomAccess, in from_glib()
46 value => AppStreamType::__Unknown(value), in from_glib()
51 impl StaticType for AppStreamType { implementation
57 impl<'a> FromValueOptional<'a> for AppStreamType { implementation
63 impl<'a> FromValue<'a> for AppStreamType { implementation
[all …]
H A Dmod.rs12 pub use self::enums::AppStreamType;
H A Dapp_src.rs19 use AppStreamType;
59 pub fn get_stream_type(&self) -> AppStreamType { in get_stream_type() argument
102 pub fn set_stream_type(&self, type_: AppStreamType) { in set_stream_type() argument
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-app-0.15.0/src/auto/
H A Denums.rs16 pub enum AppStreamType { enum
25 impl ToGlib for AppStreamType { implementation
33 AppStreamType::__Unknown(value) => value, in to_glib()
43 0 => AppStreamType::Stream, in from_glib()
44 1 => AppStreamType::Seekable, in from_glib()
45 2 => AppStreamType::RandomAccess, in from_glib()
46 value => AppStreamType::__Unknown(value), in from_glib()
51 impl StaticType for AppStreamType { implementation
57 impl<'a> FromValueOptional<'a> for AppStreamType { implementation
63 impl<'a> FromValue<'a> for AppStreamType { implementation
[all …]
H A Dmod.rs12 pub use self::enums::AppStreamType;
H A Dapp_src.rs19 use AppStreamType;
59 pub fn get_stream_type(&self) -> AppStreamType { in get_stream_type() argument
102 pub fn set_stream_type(&self, type_: AppStreamType) { in set_stream_type() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-app-0.17.2/src/auto/
H A Denums.rs103 pub enum AppStreamType { enum
115 impl IntoGlib for AppStreamType { implementation
129 impl FromGlib<ffi::GstAppStreamType> for AppStreamType { implementation
141 impl StaticType for AppStreamType { implementation
147 impl glib::value::ValueType for AppStreamType { implementation
151 unsafe impl<'a> FromValue<'a> for AppStreamType { implementation
160 impl ToValue for AppStreamType { implementation
H A Dmod.rs16 pub use self::enums::AppStreamType;
H A Dapp_src.rs9 use crate::AppStreamType;
112 pub fn stream_type(&self) -> AppStreamType { in stream_type() argument
189 pub fn set_stream_type(&self, type_: AppStreamType) { in set_stream_type() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-app-0.17.0/src/auto/
H A Denums.rs103 pub enum AppStreamType { enum
115 impl IntoGlib for AppStreamType { implementation
129 impl FromGlib<ffi::GstAppStreamType> for AppStreamType { implementation
141 impl StaticType for AppStreamType { implementation
147 impl glib::value::ValueType for AppStreamType { implementation
151 unsafe impl<'a> FromValue<'a> for AppStreamType { implementation
160 impl ToValue for AppStreamType { implementation
H A Dmod.rs16 pub use self::enums::AppStreamType;
H A Dapp_src.rs9 use crate::AppStreamType;
112 pub fn stream_type(&self) -> AppStreamType { in stream_type() argument
189 pub fn set_stream_type(&self, type_: AppStreamType) { in set_stream_type() argument
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dappsrc.h61 enum AppStreamType enum
75 class Value<Gst::AppStreamType> : public Glib::Value_Enum<Gst::AppStreamType>
217 Glib::PropertyProxy< Gst::AppStreamType > property_stream_type() ;
224 Glib::PropertyProxy_ReadOnly< Gst::AppStreamType > property_stream_type() const;
H A Dappsrc.cc363 GType Glib::Value<Gst::AppStreamType>::value_type() in value_type()
544 Glib::PropertyProxy< Gst::AppStreamType > AppSrc::property_stream_type() in property_stream_type()
546 return Glib::PropertyProxy< Gst::AppStreamType >(this, "stream-type"); in property_stream_type()
549 Glib::PropertyProxy_ReadOnly< Gst::AppStreamType > AppSrc::property_stream_type() const in property_stream_type()
551 return Glib::PropertyProxy_ReadOnly< Gst::AppStreamType >(this, "stream-type"); in property_stream_type()
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/Utils/
H A Dapplicationsource.h133 AppStreamType streamType() const;
137 void setStreamType(AppStreamType type);
H A Dapplicationsource.cpp175 AppStreamType ApplicationSource::streamType() const in streamType()
177 return d->appSrc() ? static_cast<AppStreamType>(gst_app_src_get_stream_type(d->appSrc())) in streamType()
181 void ApplicationSource::setStreamType(AppStreamType type) in setStreamType()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dappsrc.hg20 _WRAP_ENUM(AppStreamType,GstAppStreamType)
21 _CONV_ENUM(Gst,AppStreamType)
69 _WRAP_PROPERTY("stream-type", Gst::AppStreamType)
H A Dgst_enums.defs3053 (define-enum-extended AppStreamType
H A Dgst_methods.defs20373 (define-enum AppStreamType
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/
H A Denums.h462 enum AppStreamType { in QGST_REGISTER_TYPE() enum
476 struct GetTypeImpl<QGst::AppStreamType>
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-app-0.17.2/
H A DGir.toml20 "GstApp.AppStreamType",
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-app-0.17.0/
H A DGir.toml20 "GstApp.AppStreamType",
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-app-1.0.vapi111 [GIR (name = "AppStreamType")]