Search Results for

    Show / Hide Table of Contents

    Class UrlGenerator

    Inheritance
    Object
    UrlGenerator
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AcousticWorkbench
    Assembly: AcousticWorkbench.dll
    Syntax
    public static class UrlGenerator

    Methods

    | Improve this Doc View Source

    Base(IApi, String)

    Declaration
    public static Uri Base(this IApi api, string path = "")
    Parameters
    Type Name Description
    IApi api
    String path
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetAudioEventFilterUri(IApi)

    Declaration
    public static Uri GetAudioEventFilterUri(this IApi api)
    Parameters
    Type Name Description
    IApi api
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetAudioEventUri(IApi, Int64, Int64)

    Declaration
    public static Uri GetAudioEventUri(this IApi api, long audioRecordingId, long audioEventId)
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Int64 audioEventId
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetAudioRecordingUri(IApi, Int64)

    Declaration
    public static Uri GetAudioRecordingUri(this IApi api, long audioRecordingId)
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetListenUri(IApi, Int64, Double, Nullable<Double>)

    Declaration
    public static Uri GetListenUri(this IApi api, long audioRecordingId, double startOffsetSeconds, double? endOffsetSeconds = default(double? ))
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Double startOffsetSeconds
    Nullable<Double> endOffsetSeconds
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetLoginUri(IApi)

    Declaration
    public static Uri GetLoginUri(this IApi api)
    Parameters
    Type Name Description
    IApi api
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetMediaInfoUri(IApi, Int64)

    Declaration
    public static Uri GetMediaInfoUri(this IApi api, long audioRecordingId)
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetMediaInfoUri(IApi, Int64, Double, Double)

    Declaration
    public static Uri GetMediaInfoUri(this IApi api, long audioRecordingId, double startOffsetSeconds, double endOffsetSeconds)
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Double startOffsetSeconds
    Double endOffsetSeconds
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetMediaWaveUri(IApi, Int64, Double, Double, Nullable<Int32>, Nullable<Byte>)

    Declaration
    public static Uri GetMediaWaveUri(this IApi api, long audioRecordingId, double startOffsetSeconds, double endOffsetSeconds, int? sampleRate = default(int? ), byte? channel)
    Parameters
    Type Name Description
    IApi api
    Int64 audioRecordingId
    Double startOffsetSeconds
    Double endOffsetSeconds
    Nullable<Int32> sampleRate
    Nullable<Byte> channel
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    GetSessionValidateUri(IApi)

    Declaration
    public static Uri GetSessionValidateUri(this IApi api)
    Parameters
    Type Name Description
    IApi api
    Returns
    Type Description
    Uri
    | Improve this Doc View Source

    ViewBase(IApi, String)

    Declaration
    public static Uri ViewBase(this IApi api, string path = "")
    Parameters
    Type Name Description
    IApi api
    String path
    Returns
    Type Description
    Uri
    • 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