TRTCTexture class

Video texture data

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

TRTCTexture({int glTextureId = 0, int glContext = 0, int d3d11TextureId = 0})
TRTCTexture.fromJson(Map<String, dynamic> json)
factory

Properties

d3d11TextureId int
  • Field description: The D3D11 texture, which is the pointer of ID3D11Texture2D, only for Windows.
  • getter/setter pair
    glContext int
  • Field description: The OpenGL context to which the texture corresponds, for Windows and Android.
  • getter/setter pair
    glTextureId int
  • Field description: Video texture ID.
  • getter/setter pair
    hashCode int
    The hash code for this object.
    no setterinherited
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toJson() Map<String, dynamic>
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited