gstreamer/gstreamer-sharp/Index.custom

14 lines
225 B
Text
Raw Normal View History

2009-04-30 13:13:31 +00:00
public bool IsReadable {
get {
return ( ( (uint) Flags) & ( (uint) Gst.IndexFlags.Readable)) != 0;
}
}
public bool IsWritable {
get {
return ( ( (uint) Flags) & ( (uint) Gst.IndexFlags.Writable)) != 0;
}
}