Class TimeFormat

TimeFormat class

の時刻形式を表しますTimecode .

public sealed class TimeFormat : IEquatable<TimeFormat>

プロパティ

名前説明
static DropTimecode2997 { get; }ドロップ タイムコードを取得します2997.
static DropTimecode5994 { get; }ドロップ タイムコードを取得します5994.
static NonDropTimecode2997 { get; }ノンドロップタイムコードを取得します2997.
static NonDropTimecode5994 { get; }ノンドロップタイムコードを取得します5994.
static Timecode23976 { get; }タイムコードを取得します23976.
static Timecode24 { get; }タイムコードを取得します24.
static Timecode25 { get; }タイムコードを取得します25.
static Timecode30 { get; }タイムコードを取得します30.
static Timecode50 { get; }タイムコードを取得します50.
static Timecode60 { get; }タイムコードを取得します60.

メソッド

名前説明
override Equals(object)指定されたObject、このインスタンスと等しい.
Equals(TimeFormat)現在のオブジェクトが同じタイプの別のオブジェクトと等しいかどうかを示します.
override GetHashCode()このインスタンスのハッシュ コードを返します。

関連項目