public class TimecodeValueImpl.TimeComponents extends Object
Component parts of a timecode value, represented as hours, minutes, seconds and frames in a second.
| Modifier and Type | Field and Description |
|---|---|
int |
frameInSecond
Frame through the second component.
|
Integer |
framePair
Frame-pair number, either zero or one for 60fps or null if not present.
|
long |
hours
Hour component of the timecode.
|
int |
minutes
Minute component of the timecode.
|
int |
seconds
Second component of the timecode.
|
| Constructor and Description |
|---|
TimeComponents() |
public Integer framePair
public int frameInSecond
public int seconds
public int minutes
public long hours
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.