Method | Description | |
---|---|---|
AddNodeToRecording ( |
||
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 |
Method | Description | |
---|---|---|
Create ( Context context, string formatName ) : IntPtr | ||
Recorder ( IntPtr nodeHandle, bool addRef ) : System |
public AddNodeToRecording ( |
||
node | ||
return | void |
public AddNodeToRecording ( ProductionNode node, CodecID codec ) : void | ||
node | ProductionNode | |
codec | CodecID | |
return | void |
public Recorder ( Context context, string formatName ) : System | ||
context | Context | |
formatName | string | |
return | System |
public RemoveNodeFromRecording ( ProductionNode node ) : void | ||
node | ProductionNode | |
return | void |
public SetDestination ( RecordMedium medium, string dest ) : void | ||
medium | RecordMedium | |
dest | string | |
return | void |