#pragma once namespace remote { enum VideoDesc { OK, Busy, Reject, NoFound }; }