SmpteTime Struct

Definition

SMPTE-based time representation. SMPTE times are used to synchronize an point in the audio stream with some external event.

public struct SmpteTime
type SmpteTime = struct
Inheritance
SmpteTime

Remarks

SMPTE stands for "Society of Motion Picture and Television Engineers"

Fields

Counter

The total number, of 8 required, received messages in the SMPTE time code.

Flags

Whether the time code is complete or is running.

Frames

The frames part of the code.

Hours

The hours part of the code.

Minutes

The minutes part of the code.

Seconds

The seconds part of the code.

SubframeDivisor

The number of subframes in a video frame.

Subframes

A subframe offset to add to the time.

Type

The SMPTE time code type.

Properties

FlagsStrong

Gets a value that tells whether the time code is complete or is running.

TypeStrong

Gets or sets the SMPTE time code type

Methods

ToString()

Returns a string representation of the time code.

Applies to