Inherits from NSObject
Declared in BZMediaParams.h

Overview

This interface describes the parameters for recorsding the sythesized audio to a file.

A BZSSRecordParams object can be created as follows:

BZSSRecordParams* m_SSRecordParams = [[BZSSRecordParams alloc] init];

Swift
let bzSSRecordParams = BZSSRecordParams()

Tasks

  •   m_bEnable

    Enable recording snynthesized audio to a file. Default value: FALSE.

      property
  •   m_bOfflineMode

    Offline mode. If TRUE then synthesized audio is not played to a device. Default value: FALSE.

      property
  •   m_strFileType

    The recording audio file type. Options are “wav” and “caf”. Default value: “wav”.

      property
  •   m_strBaseFileName

    The file base name. “.” followed by file type is appended to file base name. File base name must be specified.

      property
  •   m_strFileURLPath

    The file URL path location where the file will be saved. File URL path location must be specified.

      property

Properties

m_bEnable

@property BOOL m_bEnable

Discussion

Enable recording snynthesized audio to a file. Default value: FALSE.

Declared In

BZMediaParams.h

m_bOfflineMode

@property BOOL m_bOfflineMode

Discussion

Offline mode. If TRUE then synthesized audio is not played to a device. Default value: FALSE.

Declared In

BZMediaParams.h

m_strBaseFileName

@property NSString *m_strBaseFileName

Discussion

The file base name. “.” followed by file type is appended to file base name. File base name must be specified.

Declared In

BZMediaParams.h

m_strFileType

@property NSString *m_strFileType

Discussion

The recording audio file type. Options are “wav” and “caf”. Default value: “wav”.

Declared In

BZMediaParams.h

m_strFileURLPath

@property NSString *m_strFileURLPath

Discussion

The file URL path location where the file will be saved. File URL path location must be specified.

Declared In

BZMediaParams.h