Preparing search index...

    Class StreamInfoExposes User Data

    Describes a supported camera stream configuration (read-only).

    Each entry represents one valid camera+resolution+format+framerate combination. Returned by CameraModule#getSupportedStreams. Pass to CameraModule.StreamConfig#stream to configure a session.

    Hierarchy (View Summary)

    Index

    Properties

    description: string

    Human-readable description.

    frameRate: number

    Frame rate in Hz.

    height: number

    Image height in pixels.

    id: number

    Informational stream identifier.

    imageFormat: ImageFormat

    Image format for this stream configuration.

    location: CameraLocation

    Camera physical location on the device.

    Camera sensor type.

    width: number

    Image width in pixels.

    Methods

    • Exposes User Data

      Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().

      Returns string

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean