MatroskaWriterConfigurationCreateFakeCuePoints Property |
Creates fake cue points for live transform from another container. Cue points will be generated for every 5 seconds of video. At least one track must contain a duration for this feature to work.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool CreateFakeCuePoints { get; set; }
Public Property CreateFakeCuePoints As Boolean
Get
Set
public:
property bool CreateFakeCuePoints {
bool get ();
void set (bool value);
}
member CreateFakeCuePoints : bool with get, set
Property Value
Type:
Booleantrue if [create fake cue points]; otherwise,
false.
See Also