BZSSRecordParams Class Reference
Inherits from | NSObject |
Declared in | BZMediaParams.h |
Tasks
-
m_bEnable
Enable recording snynthesized audio to a file. Default value: FALSE.
-
m_bOfflineMode
Offline mode. If TRUE then synthesized audio is not played to a device. Default value: FALSE.
-
m_strFileType
The recording audio file type. Options are “wav” and “caf”. Default value: “wav”.
-
m_strBaseFileName
The file base name. “.” followed by file type is appended to file base name. File base name must be specified.
-
m_strFileURLPath
The file URL path location where the file will be saved. File URL path location must be specified.
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