123456789101112131415161718192021222324252627282930 |
- import { AfterViewInit, OnInit, EventEmitter } from '@angular/core';
- import { FmodeAvatarRoleComp } from '../interface-avatar-role';
- import 'recorder-core/src/extensions/waveview';
- import Parse from "parse";
- import { FmodeChat } from '../../service-fmai/service-chat/chat-class';
- import { FmVideoComponent } from '../../../video';
- import { NavController } from '@ionic/angular/standalone';
- import * as i0 from "@angular/core";
- export declare class CompAvatarRoleVideoComponent implements FmodeAvatarRoleComp, AfterViewInit, OnInit {
- private navCtrl;
- avatarVideo: FmVideoComponent;
- animClass: string;
- fmodeChat: FmodeChat;
- role: Parse.Object;
- wave: any;
- waveInterval: any;
- onClose: EventEmitter<boolean>;
- constructor(navCtrl: NavController);
- close(): void;
- goBack(): void;
- playWave(): void;
- stopWave(): void;
- ngAfterViewInit(): void;
- videoMap: any;
- ngOnInit(): void;
- playAnimation(): (name: string) => void;
- playVideo(src: string): void;
- static ɵfac: i0.ɵɵFactoryDeclaration<CompAvatarRoleVideoComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<CompAvatarRoleVideoComponent, "fm-avatar-role-video", never, { "fmodeChat": { "alias": "fmodeChat"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "onClose": "onClose"; }, never, never, true, never>;
- }
|