Table of Contents

Class VideoInfoEntry

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class VideoInfoEntry : ItemDataEntry, IHaveUIData
Inheritance
VideoInfoEntry
Implements
Inherited Members
Extension Methods

Constructors

VideoInfoEntry()

public VideoInfoEntry()

Fields

maxTime

public float maxTime

Field Value

float

timeLeft

public float timeLeft

Field Value

float

videoID

public VideoHandle videoID

Field Value

VideoHandle

Properties

StartedRecording

public bool StartedRecording { get; }

Property Value

bool

isFlipped

public bool isFlipped { get; set; }

Property Value

bool

isRecording

public bool isRecording { get; set; }

Property Value

bool

timeRecorded

public float timeRecorded { get; }

Property Value

float

Methods

Deserialize(BinaryDeserializer)

public override void Deserialize(BinaryDeserializer binaryDeserializer)

Parameters

binaryDeserializer BinaryDeserializer

GetPercentage()

public float GetPercentage()

Returns

float

GetString()

public string GetString()

Returns

string

Serialize(BinarySerializer)

public override void Serialize(BinarySerializer binarySerializer)

Parameters

binarySerializer BinarySerializer