| 375 | |
| 376 | TimeCode& SetDropFrame(bool Value = true) { Flags_.DropFrame(Value); return *this; } |
| 377 | bool IsDropFrame() const { return Flags_.IsDropFrame(); } |
| 378 | TimeCode& Set1001fps(bool Value = true) { Flags_.FPS1001(Value); return *this; } |
| 379 | bool Is1001fps() const { return Flags_.Is1001fps(); } |
| 380 | TimeCode& SetField(bool Value = true) { Flags_.Field(Value); return *this; } |
no outgoing calls
no test coverage detected