Search Results for

    Show / Hide Table of Contents

    Class ScreenShareCaptureOptionsWriter

    Inheritance
    System.Object
    ScreenShareCaptureOptionsWriter
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class ScreenShareCaptureOptionsWriter : JsonConverter<ScreenShareCaptureOptions>

    Constructors

    ScreenShareCaptureOptionsWriter()

    Declaration
    public ScreenShareCaptureOptionsWriter()

    Properties

    CanRead

    Declaration
    public override bool CanRead { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ReadJson(JsonReader, Type, ScreenShareCaptureOptions, Boolean, JsonSerializer)

    Declaration
    public override ScreenShareCaptureOptions ReadJson(JsonReader reader, Type objectType, ScreenShareCaptureOptions existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    System.Type objectType
    ScreenShareCaptureOptions existingValue
    System.Boolean hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    ScreenShareCaptureOptions

    WriteJson(JsonWriter, ScreenShareCaptureOptions, JsonSerializer)

    Declaration
    public override void WriteJson(JsonWriter writer, ScreenShareCaptureOptions value, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonWriter writer
    ScreenShareCaptureOptions value
    JsonSerializer serializer
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL