Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a VideoMessage.

Hierarchy

  • VideoMessage

Implements

Index

Constructors

Properties

caption: string

VideoMessage caption.

contextInfo?: IContextInfo

VideoMessage contextInfo.

directPath: string

VideoMessage directPath.

fileEncSha256: Uint8Array

VideoMessage fileEncSha256.

fileLength: number | Long

VideoMessage fileLength.

fileSha256: Uint8Array

VideoMessage fileSha256.

gifAttribution: VideoMessageAttribution

VideoMessage gifAttribution.

gifPlayback: boolean

VideoMessage gifPlayback.

height: number

VideoMessage height.

interactiveAnnotations: IInteractiveAnnotation[]

VideoMessage interactiveAnnotations.

jpegThumbnail: Uint8Array

VideoMessage jpegThumbnail.

mediaKey: Uint8Array

VideoMessage mediaKey.

mediaKeyTimestamp: number | Long

VideoMessage mediaKeyTimestamp.

mimetype: string

VideoMessage mimetype.

seconds: number

VideoMessage seconds.

staticUrl: string

VideoMessage staticUrl.

streamingSidecar: Uint8Array

VideoMessage streamingSidecar.

thumbnailDirectPath: string

VideoMessage thumbnailDirectPath.

thumbnailEncSha256: Uint8Array

VideoMessage thumbnailEncSha256.

thumbnailSha256: Uint8Array

VideoMessage thumbnailSha256.

url: string

VideoMessage url.

viewOnce: boolean

VideoMessage viewOnce.

width: number

VideoMessage width.

Methods

  • toJSON(): {}
  • decode(reader: Uint8Array | Reader, length?: number): VideoMessage
  • Decodes a VideoMessage message from the specified reader or buffer.

    throws

    {Error} If the payload is not a reader or valid buffer

    throws

    {$protobuf.util.ProtocolError} If required fields are missing

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    • Optional length: number

    Returns VideoMessage

    VideoMessage

  • Decodes a VideoMessage message from the specified reader or buffer, length delimited.

    throws

    {Error} If the payload is not a reader or valid buffer

    throws

    {$protobuf.util.ProtocolError} If required fields are missing

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    Returns VideoMessage

    VideoMessage

  • Encodes the specified VideoMessage message. Does not implicitly verify messages.

    Parameters

    • message: IVideoMessage

      VideoMessage message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

  • Encodes the specified VideoMessage message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IVideoMessage

      VideoMessage message or plain object to encode

    • Optional writer: Writer

    Returns Writer

    Writer

  • Creates a VideoMessage message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: {}

      Plain object

      • [k: string]: any

    Returns VideoMessage

    VideoMessage

  • toObject(message: VideoMessage, options?: IConversionOptions): {}
  • Creates a plain object from a VideoMessage message. Also converts values to other types if specified.

    Parameters

    • message: VideoMessage

      VideoMessage

    • Optional options: IConversionOptions

    Returns {}

    Plain object

    • [k: string]: any
  • verify(message: {}): string
  • Verifies a VideoMessage message.

    Parameters

    • message: {}

      Plain object to verify

      • [k: string]: any

    Returns string

    null if valid, otherwise the reason why it is not

Generated using TypeDoc