Search Results for

    Show / Hide Table of Contents

    Class RemoteSegment

    Represents a segment of a remote target audio file. This is not a hierarchical structure.

    Inheritance
    Object
    RemoteSegment
    RemoteSegmentWithData
    Implements
    ISegment<AudioRecording>
    IEquatable<ISegment<AudioRecording>>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms.AcousticWorkbench.Orchestration
    Assembly: AnalysisPrograms.dll
    Syntax
    public class RemoteSegment : ISegment<AudioRecording>, IEquatable<ISegment<AudioRecording>>

    Constructors

    | Improve this Doc View Source

    RemoteSegment(AudioRecording)

    Declaration
    public RemoteSegment(AudioRecording source)
    Parameters
    Type Name Description
    AudioRecording source
    | Improve this Doc View Source

    RemoteSegment(AudioRecording, Interval<Double>)

    Declaration
    public RemoteSegment(AudioRecording source, Interval<double> offsets)
    Parameters
    Type Name Description
    AudioRecording source
    Interval<Double> offsets
    | Improve this Doc View Source

    RemoteSegment(AudioRecording, Double, Double)

    Declaration
    public RemoteSegment(AudioRecording source, double startOffsetSeconds, double endOffsetSeconds)
    Parameters
    Type Name Description
    AudioRecording source
    Double startOffsetSeconds
    Double endOffsetSeconds

    Properties

    | Improve this Doc View Source

    EndOffsetSeconds

    Declaration
    public double EndOffsetSeconds { get; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    Offsets

    Declaration
    public Interval<double> Offsets { get; }
    Property Value
    Type Description
    Interval<Double>
    | Improve this Doc View Source

    Source

    Declaration
    public AudioRecording Source { get; }
    Property Value
    Type Description
    AudioRecording
    | Improve this Doc View Source

    SourceMetadata

    Declaration
    public SourceMetadata SourceMetadata { get; }
    Property Value
    Type Description
    SourceMetadata
    | Improve this Doc View Source

    StartOffsetSeconds

    Declaration
    public double StartOffsetSeconds { get; }
    Property Value
    Type Description
    Double

    Methods

    | Improve this Doc View Source

    Equals(ISegment<AudioRecording>)

    Declaration
    public bool Equals(ISegment<AudioRecording> other)
    Parameters
    Type Name Description
    ISegment<AudioRecording> other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    SplitSegment(Double, Double)

    Declaration
    public ISegment<AudioRecording> SplitSegment(double newStart, double newEnd)
    Parameters
    Type Name Description
    Double newStart
    Double newEnd
    Returns
    Type Description
    ISegment<AudioRecording>

    Implements

    ISegment<TSource>
    System.IEquatable<T>

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RemoteSegment(AudioRecording)
      • RemoteSegment(AudioRecording, Interval<Double>)
      • RemoteSegment(AudioRecording, Double, Double)
    • Properties
      • EndOffsetSeconds
      • Offsets
      • Source
      • SourceMetadata
      • StartOffsetSeconds
    • Methods
      • Equals(ISegment<AudioRecording>)
      • Equals(Object)
      • GetHashCode()
      • SplitSegment(Double, Double)
    • Implements
    • Extension Methods
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top