/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * The media commands used to control the media instance. */ export declare enum MediaCommand { Start = "start", Update = "update", Stop = "stop" } //# sourceMappingURL=mediaCommand.d.ts.map