Click or drag to resize

VoiceResourceRecord Method (Int32, Byte)

Records to a memory buffer.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public TerminationCode Record(
	int size,
	out byte[] buffer
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:VoiceElements.Client.VoiceResource.Record(System.Int32,System.Byte[]@)"]

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:VoiceElements.Client.VoiceResource.Record(System.Int32,System.Byte[]@)"]

Return Value

Type: TerminationCode

[Missing <returns> documentation for "M:VoiceElements.Client.VoiceResource.Record(System.Int32,System.Byte[]@)"]

See Also