AudioCD Class
Represents an Audio from a CD.
public sealed class AudioCD : MediaObject
Public NotInheritable Class AudioCD
Inherits MediaObject
- Inheritance:
- System.ObjectAudioCD
Properties
End
Gets or sets the end point for a CD Audio. Encompassed within this property are the track and the time at which the sound should halt its playback.
Property Value
The end point for a CD Audio.
Remarks
This property is used in conjunction with a Start property to specify the time span for an entire CD audio sound.
Exceptions
- System.ArgumentException
End point for a CD Audio is less than start point.
IsFile
Gets the false value since audio from a CD doesn't have an associated content that is either embedded in or linked to the presentation file. Content is retrieved from the default CD drive on the machine on which the presentation is shown.
Property Value
- System.Boolean
The false value since audio from a CD doesn't have an associated content that is either embedded in or linked to the presentation file.
Overrides
MediaType
Gets the Audio value.
public override MediaType MediaType { get; }
Public Overrides ReadOnly Property MediaType As MediaType
Property Value
Overrides
Start
Gets or sets the start point for a CD Audio. Encompassed within this property are the track and the time at which the sound should begin its playback.
Property Value
The start point for a CD Audio.
Remarks
This property is used in conjunction with an End property to specify the time span for an entire CD audio sound.
Exceptions
- System.ArgumentException
End point for a CD Audio is less than start point.
Inherited Properties
Bookmarks | Gets the collection of bookmarks on the media. (Inherited from MediaObject) |
Fade | Gets the starting and ending fade durations for the media. (Inherited from MediaObject) |
Picture | Gets the Picture associated with this media. (Inherited from MediaObject) |
Trim | Gets the amount of time to be trimmed from the start and end of the media during playback. (Inherited from MediaObject) |