Search Results for

    Show / Hide Table of Contents

    Class SasaraLabel

    An utility library for Timing label file (.lab)

    Inheritance
    object
    SasaraLabel
    Namespace: LibSasara
    Assembly: LibSasara.dll
    Syntax
    public static class SasaraLabel

    Methods

    LoadAsync(string, int)

    .lab ファイルを読み込む

    Declaration
    public static Task<Lab> LoadAsync(string path, int fps = 30)
    Parameters
    Type Name Description
    string path

    .labファイルへのpath

    int fps

    動画等で利用する際のフレームレート指定

    Returns
    Type Description
    Task<Lab>

    Labのインスタンス。

    Exceptions
    Type Condition
    FileNotFoundException

    pathのファイルが見つからない

    See Also
    Lab
    In this article
    Back to top LibSasara