addAudio
Contents
[
Hide
]addAudio(Audio audio) method
Adds a copy of an audio file from an another presentation.
Parameters
Name | Type | Description |
---|---|---|
audio | Audio | Source audio. |
Returns
addAudio(InputStream stream) method
Creates and adds a audio to a presentation from stream.
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Stream to add audio from. |
Returns
addAudio(InputStream stream, int loadingStreamBehavior) method
Creates and adds a audio to a presentation from stream.
Parameters
Name | Type | Description |
---|---|---|
stream | InputStream | Stream to add video audio from. |
loadingStreamBehavior | int | The behavior which will be applied to the stream. |
Returns
addAudio(byte[] audioData) method
Creates and adds a audio to a presentation from byte array.
Parameters
Name | Type | Description |
---|---|---|
audioData | byte[] | Audio bytes. |