C# Class xn.Recorder

Inheritance: ProductionNode
ファイルを表示 Open project: roxlu/OpenNI

Public Methods

Method Description
AddNodeToRecording ( ProductionNode node ) : void
AddNodeToRecording ( ProductionNode node, CodecID codec ) : void
Record ( ) : void
Recorder ( Context context ) : System
Recorder ( Context context, string formatName ) : System
RemoveNodeFromRecording ( ProductionNode node ) : void
SetDestination ( RecordMedium medium, string dest ) : void

Private Methods

Method Description
Create ( Context context, string formatName ) : IntPtr
Recorder ( IntPtr nodeHandle, bool addRef ) : System

Method Details

AddNodeToRecording() public method

public AddNodeToRecording ( ProductionNode node ) : void
node ProductionNode
return void

AddNodeToRecording() public method

public AddNodeToRecording ( ProductionNode node, CodecID codec ) : void
node ProductionNode
codec CodecID
return void

Record() public method

public Record ( ) : void
return void

Recorder() public method

public Recorder ( Context context ) : System
context Context
return System

Recorder() public method

public Recorder ( Context context, string formatName ) : System
context Context
formatName string
return System

RemoveNodeFromRecording() public method

public RemoveNodeFromRecording ( ProductionNode node ) : void
node ProductionNode
return void

SetDestination() public method

public SetDestination ( RecordMedium medium, string dest ) : void
medium RecordMedium
dest string
return void