BZAudioSegment Class Reference
Inherits from | NSObject |
Declared in | BZMediaParams.h |
Tasks
-
m_strAudioSegment
The audio segment file pathname URL, the text string to be speech synthesized or the text pathname URL conatining the text to be speech synthesized, depending on the audio segment type defined in the parameter m_AudioSegmentType.
-
m_strMediaItemID
The Media item ID client assigns to tthis audio segment. Client will receive this media item ID with all event notifications and callbacks assiciated with this audio segment.
-
m_AudioSegmentType
The type of the audio segment as defined in BZAudioSegmentType.
Properties
m_AudioSegmentType
@property BZAudioSegmentType m_AudioSegmentType
Discussion
The type of the audio segment as defined in BZAudioSegmentType.
Declared In
BZMediaParams.h
m_strAudioSegment
@property NSString *m_strAudioSegment
Discussion
The audio segment file pathname URL, the text string to be speech synthesized or the text pathname URL conatining the text to be speech synthesized, depending on the audio segment type defined in the parameter m_AudioSegmentType.
Declared In
BZMediaParams.h