View Source Vtc.Source.Seconds.RuntimeStr (vtc v0.17.5)

Implementation of Seconds for runtime strings. See Vtc.Framestamp.runtime/2 for more information on this format.

By default, this wrapper does not need to be used by callers, as the string implementation of the Seconds protocol calls this type's impl automatically. Only use this type if you do not wish for the parser to fall back to other type parsing as well.

Link to this section Summary

Types

t()

Contains only a single field for wrapping the underlying string.

Link to this section Types

@type t() :: %Vtc.Source.Seconds.RuntimeStr{in: String.t()}

Contains only a single field for wrapping the underlying string.