MatroskaWriterConfigurationDefaultTimecodeScale Property |
Gets or sets the default timecode scale. Default: 1,000,000
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long DefaultTimecodeScale { get; set; }
Public Property DefaultTimecodeScale As Long
Get
Set
public:
property long long DefaultTimecodeScale {
long long get ();
void set (long long value);
}
member DefaultTimecodeScale : int64 with get, set
Property Value
Type:
Int64
The default timecode scale.
See Also