Home
last modified time | relevance | path

Searched refs:InputInteractType (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvideoio.h344 } InputInteractType; typedef
346 static PString AsString(const InputInteractType & type);
348 InputInteractType type;
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPVideoInputDevice.sip270 enum InputInteractType{
278 static PString AsString(const InputInteractType & type);
280 InputInteractType type;
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dvideoio.cxx1016 PString PVideoInteractionInfo::AsString(const InputInteractType & ctype) in AsString()