Compartilhar via


>KASClient>KASVideoAttachment

Classe: KASVideoAttachment

Hierarquia

KASAttachment

↳ KASVideoAttachment

Índice

Propriedades

Métodos


Propriedades

attachmentId

● attachmentId: string = ""


duração

● duração: number = 0


fileName

● fileName: string = ""


hasSetThumbnail

● hasSetThumbnail: boolean = false


Localpath

● localPath: string = ""


requireHighResThumbnail

● exigirHighResThumbnail: boolean = false


serverPath

● serverPath: string = ""


size

● tamanho: number = 0


streamingPath

● streamingPath: string = ""


Miniatura

● miniatura: string = ""


type

● tipo: KASAttachmentType = KASAttachmentType.Image


Métodos

toJSON

toJSON(): JSON

Retorna:JSON


<Static> fromJSON

fromJSON(object: any): KASAttachment

Parâmetros:

Nome Tipo
objeto any

Returns:KASAttachment


<Static> hasLocalPath

hasLocalPath(obj: KASAttachment): boolean

Parâmetros:

Nome Tipo
Obj KASAttachment

Retorna:boolean


<Static> hasServerPath

hasServerPath(obj: KASAttachment): boolean

Parâmetros:

Nome Tipo
Obj KASAttachment

Retorna:boolean


<Static> populateModelFromJSON

populateModelFromJSON(anexo: KASVideoAttachment, objeto: JSON): void

Parâmetros:

Nome Tipo
anexo KASVideoAttachment
objeto JSON

Retorna:void