Interface VideoOrientation
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public interface VideoOrientation : IHandle
- Inherited Members
-
Methods
GetHcenter(out int)
bool GetHcenter(out int center)
Parameters
center
int
Returns
- bool
GetHflip(out bool)
bool GetHflip(out bool flip)
Parameters
flip
bool
Returns
- bool
GetVcenter(out int)
bool GetVcenter(out int center)
Parameters
center
int
Returns
- bool
GetVflip(out bool)
bool GetVflip(out bool flip)
Parameters
flip
bool
Returns
- bool
SetHcenter(int)
bool SetHcenter(int center)
Parameters
center
int
Returns
- bool
SetHflip(bool)
Parameters
flip
bool
Returns
- bool
SetVcenter(int)
bool SetVcenter(int center)
Parameters
center
int
Returns
- bool
SetVflip(bool)
Parameters
flip
bool
Returns
- bool