Table of Contents

Class Clip

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[Serializable]
public class Clip
Inheritance
Clip
Inherited Members
Extension Methods

Constructors

Clip(ClipID, bool, int, CameraRecording)

public Clip(ClipID clipID, bool local, int ownerID, CameraRecording recording)

Parameters

clipID ClipID
local bool
ownerID int
recording CameraRecording

Fields

clipID

public ClipID clipID

Field Value

ClipID

encoded

public bool encoded

Field Value

bool

hasBeenRecieved

public bool hasBeenRecieved

Field Value

bool

isRecording

public bool isRecording

Field Value

bool

local

public bool local

Field Value

bool

m_contentBuffer

public ContentBuffer m_contentBuffer

Field Value

ContentBuffer

m_recorder

public VideoRecorder m_recorder

Field Value

VideoRecorder

m_recording

public CameraRecording m_recording

Field Value

CameraRecording

m_timeEnded

public float m_timeEnded

Field Value

float

m_timeStarted

public float m_timeStarted

Field Value

float

ownerID

public int ownerID

Field Value

int

Properties

ClipLength

public float ClipLength { get; }

Property Value

float

Valid

public bool Valid { get; set; }

Property Value

bool

Methods

EndClip()

public void EndClip()

GetClipDirectory()

public string GetClipDirectory()

Returns

string

GetRecorder()

public VideoRecorder GetRecorder()

Returns

VideoRecorder

SetContentBufffer(ContentBuffer)

public void SetContentBufffer(ContentBuffer contentBuffer)

Parameters

contentBuffer ContentBuffer

SetRecorder(VideoRecorder)

public void SetRecorder(VideoRecorder recorder)

Parameters

recorder VideoRecorder

SetValid(bool)

public void SetValid(bool validClip)

Parameters

validClip bool

TryGetContentBuffer(out ContentBuffer)

public bool TryGetContentBuffer(out ContentBuffer contentBuffer)

Parameters

contentBuffer ContentBuffer

Returns

bool