Search Results for

    Show / Hide Table of Contents

    Class RemoteSegmentWithData

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

    Constructors

    | Improve this Doc View Source

    RemoteSegmentWithData(AudioRecording, Interval<Double>, IList<Object>)

    Declaration
    public RemoteSegmentWithData(AudioRecording source, Interval<double> offsets, IList<object> data)
    Parameters
    Type Name Description
    AudioRecording source
    Interval<Double> offsets
    IList<Object> data
    | Improve this Doc View Source

    RemoteSegmentWithData(AudioRecording, Interval<Double>, Object[])

    Declaration
    public RemoteSegmentWithData(AudioRecording source, Interval<double> offsets, object[] data)
    Parameters
    Type Name Description
    AudioRecording source
    Interval<Double> offsets
    Object[] data

    Properties

    | Improve this Doc View Source

    Data

    Declaration
    public IReadOnlyCollection<object> Data { get; }
    Property Value
    Type Description
    IReadOnlyCollection<Object>

    Methods

    | 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>
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    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
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top