Gjsify LogoGjsify Logo

Index

Variables

BLUE_MASK_15: string
BLUE_MASK_15_INT: any
BLUE_MASK_16: string
BLUE_MASK_16_INT: any
BYTE1_MASK_24: string
BYTE1_MASK_24_INT: any
BYTE1_MASK_32: string
BYTE1_MASK_32_INT: any
BYTE2_MASK_24: string
BYTE2_MASK_24_INT: any
BYTE2_MASK_32: string
BYTE2_MASK_32_INT: any
BYTE3_MASK_24: string
BYTE3_MASK_24_INT: any
BYTE3_MASK_32: string
BYTE3_MASK_32_INT: any
BYTE4_MASK_32: string
BYTE4_MASK_32_INT: any
CAPS_RGB_15: string
CAPS_RGB_16: string
FPS_RANGE: string
GREEN_MASK_15: string
GREEN_MASK_15_INT: any
GREEN_MASK_16: string
GREEN_MASK_16_INT: any
RED_MASK_15: string
RED_MASK_15_INT: any
RED_MASK_16: string
RED_MASK_16_INT: any
SIZE_RANGE: string

Functions

  • calculate_display_ratio(video_width: number, video_height: number, video_par_n: number, video_par_d: number, display_par_n: number, display_par_d: number): [boolean, number, number]
  • Parameters

    • video_width: number
    • video_height: number
    • video_par_n: number
    • video_par_d: number
    • display_par_n: number
    • display_par_d: number

    Returns [boolean, number, number]

  • event_new_still_frame(in_still: boolean): Gst.Event
  • event_parse_still_frame(event: Gst.Event): [boolean, boolean]
  • format_convert(format: GstVideo.Format, width: number, height: number, fps_n: number, fps_d: number, src_format: Gst.Format, src_value: number, dest_format: Gst.Format): [boolean, number]
  • format_get_component_height(format: GstVideo.Format, component: number, height: number): number
  • format_get_component_offset(format: GstVideo.Format, component: number, width: number, height: number): number
  • format_get_component_width(format: GstVideo.Format, component: number, width: number): number
  • format_get_pixel_stride(format: GstVideo.Format, component: number): number
  • format_get_row_stride(format: GstVideo.Format, component: number, width: number): number
  • format_get_size(format: GstVideo.Format, width: number, height: number): number
  • format_new_caps(format: GstVideo.Format, width: number, height: number, framerate_n: number, framerate_d: number, par_n: number, par_d: number): Gst.Caps
  • format_new_caps_interlaced(format: GstVideo.Format, width: number, height: number, framerate_n: number, framerate_d: number, par_n: number, par_d: number, interlaced: boolean): Gst.Caps
  • format_parse_caps_interlaced(caps: Gst.Caps): [boolean, boolean]
  • get_size(pad: Gst.Pad): [boolean, number, number]
  • parse_caps_chroma_site(caps: Gst.Caps): string
  • parse_caps_color_matrix(caps: Gst.Caps): string
  • parse_caps_framerate(caps: Gst.Caps): [boolean, number, number]
  • parse_caps_pixel_aspect_ratio(caps: Gst.Caps): [boolean, number, number]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method