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