Cae Management and Governance Service - Media Entities
Azure Media Player
- Preview
- Usage
- Definition
import { AzureMediaPlayer } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<AzureMediaPlayer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_MEDIA_PLAYER } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<Shape
{...props}
_style={extendStyle(props, AZURE_MEDIA_PLAYER)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_Media_Player.svg;strokeColor=none;',
},
_original_width: 45,
_original_height: 50,
}
Content Protection
- Preview
- Usage
- Definition
import { ContentProtection } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<ContentProtection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTENT_PROTECTION } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<Shape
{...props}
_style={extendStyle(props, CONTENT_PROTECTION)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Content_Protection.svg;strokeColor=none;',
},
_original_width: 45,
_original_height: 50,
}
Media Encoding
- Preview
- Usage
- Definition
import { MediaEncoding } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<MediaEncoding/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDIA_ENCODING } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<Shape
{...props}
_style={extendStyle(props, MEDIA_ENCODING)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Media_Encoding.svg;strokeColor=none;',
},
_original_width: 43,
_original_height: 50,
}
Media On Demand
- Preview
- Usage
- Definition
import { MediaOnDemand } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<MediaOnDemand/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDIA_ON_DEMAND } from '@dinghy/diagrams/entitiesCaeManagementAndGovernanceServiceMedia'
<Shape
{...props}
_style={extendStyle(props, MEDIA_ON_DEMAND)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Media_On_Demand.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}