Inherits from NSObject
Declared in BZMediaParams.h

Overview

This interface describes the Audio Segment parameters.

A BZAudioSegment object can be created as follows:

BZAudioSegment* bzAudioSegment = [[BZAudioSegment alloc] init];

Swift
let bzAudioSegment = BZAudioSegment()

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.

      property
  •   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.

      property
  •   m_AudioSegmentType

    The type of the audio segment as defined in BZAudioSegmentType.

      property

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

m_strMediaItemID

@property NSString *m_strMediaItemID

Discussion

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.

Declared In

BZMediaParams.h