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