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

    Show / Hide Table of Contents

    MediaSegment Class

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

    Represents a segment of the media (audio or video).

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

    Properties

    End

    Gets or sets the time offset from the ending of the media.

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

    The time offset from the ending of the media.

    Start

    Gets or sets the time offset from the beginning of the media.

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

    The time offset from the beginning of the media.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.