AddAudio

AddAudio(IAudio)

Adds a copy of an audio file from an another presentation.

public IAudio AddAudio(IAudio audio)
ParameterTypeDescription
audioIAudioSource audio.

Return Value

Added audio.

See Also


AddAudio(Stream, LoadingStreamBehavior)

Creates and adds a audio to a presentation from stream.

public IAudio AddAudio(Stream stream, LoadingStreamBehavior loadingStreamBehavior)
ParameterTypeDescription
streamStreamStream to add video audio from.
loadingStreamBehaviorLoadingStreamBehaviorThe behavior which will be applied to the stream.

Return Value

Added audio.

See Also


AddAudio(byte[])

Creates and adds a audio to a presentation from byte array.

public IAudio AddAudio(byte[] audioData)
ParameterTypeDescription
audioDataByte[]Audio bytes.

Return Value

Added audio.

See Also