LVInterpretation: Constructing and Copying
LVInterpretation objects are fully copyable.
Functions
- LVInterpretation(void)
- LVInterpretation(const LVInterpretation& other_si)
- LVInterpretation& operator=(const LVInterpretation& other_si)
- ~LVInterpretation()
Parameters
other_hsi
The interpretation object whose contents are being copied.
Remarks
Eample
LVSpeechPort Port;
LVInterpretation Interp = Port.GetInterpretation(voicechannel, index);
See Also