src/app/modules/player-helper/components/content-player/content-player.component.ts
AfterViewInit
OnChanges
OnInit
OnDestroy
selector | app-content-player |
styleUrls | ./content-player.component.scss |
templateUrl | ./content-player.component.html |
Properties |
|
Methods |
Inputs |
Outputs |
constructor(router: Router, layoutService: LayoutService, navigationHelperService: NavigationHelperService, playerService: PublicPlayerService, resourceService: ResourceService, contentManagerService: ContentManagerService, utilService: UtilService)
|
||||||||||||||||||||||||
Parameters :
|
contentData | |
Type : any
|
|
contentProgressEvents$ | |
Type : Subject<any>
|
|
isContentDeleted | |
Type : Subject<any>
|
|
isContentPresent | |
Type : boolean
|
|
Default value : true
|
|
layoutConfiguration | |
Type : any
|
|
objectRollUp | |
Type : literal type
|
|
Default value : {}
|
|
playerConfig | |
Type : PlayerConfig
|
|
playerOption | |
Type : any
|
|
assessmentEvents | |
Type : EventEmitter
|
|
deletedContent | |
Type : EventEmitter
|
|
playerOnDestroyEvent | |
Type : EventEmitter
|
|
questionScoreReviewEvents | |
Type : EventEmitter
|
|
questionScoreSubmitEvents | |
Type : EventEmitter
|
|
sceneChangeEvent | |
Type : EventEmitter
|
|
checkContentDownloading | ||||
checkContentDownloading(event)
|
||||
Parameters :
Returns :
void
|
checkFullScreenView |
checkFullScreenView()
|
Returns :
void
|
deleteContent | ||||
deleteContent(event)
|
||||
Parameters :
Returns :
void
|
generateScoreSubmitEvent | ||||||
generateScoreSubmitEvent(event: any)
|
||||||
Parameters :
Returns :
void
|
initLayout |
initLayout()
|
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
loadPlayer method will be called
Returns :
void
|
ngOnChanges |
ngOnChanges()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
onAssessmentEvents | ||||
onAssessmentEvents(event)
|
||||
Parameters :
Returns :
void
|
onQuestionScoreReviewEvents | ||||
onQuestionScoreReviewEvents(event)
|
||||
Parameters :
Returns :
void
|
onQuestionScoreSubmitEvents | ||||
onQuestionScoreSubmitEvents(event)
|
||||
Parameters :
Returns :
void
|
buildNumber |
Type : string
|
CONSTANT |
Type : object
|
Default value : {
ACCESSEVENT: 'renderer:question:submitscore',
ACCESSREVIEWEVENT: 'renderer:question:reviewAssessment'
}
|
contentDeleted |
Default value : false
|
contentIframe |
Type : ElementRef
|
Decorators :
@ViewChild('contentIframe')
|
contentRatingModal |
Default value : false
|
isCdnWorking |
Type : string
|
isConnected |
Type : any
|
isDesktopApp |
Type : Boolean
|
Default value : false
|
isFullScreenView |
isLoading |
Type : Boolean
|
Default value : false
|
Public layoutService |
Type : LayoutService
|
modal |
Decorators :
@ViewChild('modal')
|
Dom element reference of contentRatingModal |
Public navigationHelperService |
Type : NavigationHelperService
|
Public playerService |
Type : PublicPlayerService
|
previewCdnUrl |
Type : string
|
Public resourceService |
Type : ResourceService
|
Public router |
Type : Router
|
Public unsubscribe$ |
Default value : new Subject<void>()
|
Public utilService |
Type : UtilService
|
youTubeContentStatus |
Type : any
|
./content-player.component.scss