AudioCollection Class |
Namespace: Aspose.Slides
The AudioCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns a number of audio files in the collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
Read-only IAudio.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddAudio(Byte) |
Creates and adds a audio to a presentation from byte array.
|
![]() | AddAudio(Stream) |
Creates and adds a audio to a presentation from stream.
|
![]() | AddAudio(IAudio) |
Adds a copy of an audio file from an another presentation.
|
![]() | AddAudio(Stream, LoadingStreamBehavior) |
Creates and adds a audio to a presentation from stream.
|
![]() | CopyTo |
Copies audios to specified array starting from specifyed index.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |