import DashMp4Representation from './DashMp4Representation'; import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator'; /** * @export * @class DashMp4DrmRepresentation */ export declare class DashMp4DrmRepresentation extends DashMp4Representation { /** * Discriminator property for DashRepresentation * @type {string} * @memberof DashMp4DrmRepresentation */ readonly typeDiscriminator: DashRepresentationTypeDiscriminator; /** * DRM Id (required) * @type {string} * @memberof DashMp4DrmRepresentation */ drmId?: string; constructor(obj?: Partial); } export default DashMp4DrmRepresentation;