AudRecordLib
Functions
AudRecord Namespace Reference

Functions

public delegate void OnDataUnitHandler (Object^ sender, IDataBuffer^ dataBuffer)
public delegate void OnEndWritingHandler (Object^ sender)
public delegate void OnHeaderHandler (Object^ sender, IDataBuffer^ headerBuffer)

Detailed Description

The main namespace that contains all the managed wrappers


Function Documentation

public delegate void AudRecord::OnDataUnitHandler ( Object^  sender,
IDataBuffer^  dataBuffer 
)

The form of an event fired when a data packet is ready for writing

Parameters:
senderThe object that sends the event
dataBufferThe buffer containing the data to be written
public delegate void AudRecord::OnEndWritingHandler ( Object^  sender)

The form of an event fired when all writing to an ITargetSink has finished. If the target hasn't been removed before Recorder.Record() is called again it will receive data as normal

Parameters:
senderThe object that sends the event
public delegate void AudRecord::OnHeaderHandler ( Object^  sender,
IDataBuffer^  headerBuffer 
)

The form of an event fired when the ASF file header is ready for writing. This can be sent multiple times with different information

Parameters:
senderThe object that sends the event
headerBufferThe buffer containing the header data to be written
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines