mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 02:11:21 +00:00
35 lines
862 B
C#
35 lines
862 B
C#
|
// This file was generated by the Gtk# code generator.
|
||
|
// Any changes made will be lost if regenerated.
|
||
|
|
||
|
namespace Gst.Video {
|
||
|
|
||
|
using System;
|
||
|
|
||
|
#region Autogenerated code
|
||
|
public partial interface IVideoOrientation : GLib.IWrapper {
|
||
|
|
||
|
bool GetHcenter(int center);
|
||
|
bool GetHflip(bool flip);
|
||
|
bool GetVcenter(int center);
|
||
|
bool GetVflip(bool flip);
|
||
|
bool SetHcenter(int center);
|
||
|
bool SetHflip(bool flip);
|
||
|
bool SetVcenter(int center);
|
||
|
bool SetVflip(bool flip);
|
||
|
}
|
||
|
|
||
|
[GLib.GInterface (typeof (VideoOrientationAdapter))]
|
||
|
public partial interface IVideoOrientationImplementor : GLib.IWrapper {
|
||
|
|
||
|
bool GetHflip (bool flip);
|
||
|
bool GetVflip (bool flip);
|
||
|
bool GetHcenter (int center);
|
||
|
bool GetVcenter (int center);
|
||
|
bool SetHflip (bool flip);
|
||
|
bool SetVflip (bool flip);
|
||
|
bool SetHcenter (int center);
|
||
|
bool SetVcenter (int center);
|
||
|
}
|
||
|
#endregion
|
||
|
}
|