MediaClientLike type
The surface of the generated grpc MediaClient that this SDK actually calls — every RPC method except enumDeckLinkDisplayModes, which nothing in this package invokes, plus the grpc.Client lifecycle methods (close/getChannel/waitForReady). Defined as an interface (rather than importing the concrete class everywhere) so a test double can stand in for the real transport without a running engine — see NorskSettings.transport.
Signature:
export type MediaClientLike = Omit<MediaClientPB, "enumDeckLinkDisplayModes">;