GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    AudioCD Class

    Namespace:
    GemBox.Presentation.Media
    Assembly:
    GemBox.Presentation.dll

    Represents an Audio from a CD.

    • C#
    • VB.NET
    public sealed class AudioCD : MediaObject
    Public NotInheritable Class AudioCD
        Inherits MediaObject
    Inheritance:
    System.Object
    MediaObject
    AudioCD

    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.

    • C#
    • VB.NET
    public AudioCDTime End { get; set; }
    Public Property End As AudioCDTime
    Property Value
    AudioCDTime

    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.

    • C#
    • VB.NET
    public override bool IsFile { get; }
    Public Overrides ReadOnly Property IsFile As Boolean
    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
    MediaObject.IsFile

    MediaType

    Gets the Audio value.

    • C#
    • VB.NET
    public override MediaType MediaType { get; }
    Public Overrides ReadOnly Property MediaType As MediaType
    Property Value
    MediaType

    The Audio value.

    Overrides
    MediaObject.MediaType

    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.

    • C#
    • VB.NET
    public AudioCDTime Start { get; set; }
    Public Property Start As AudioCDTime
    Property Value
    AudioCDTime

    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)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.