MatroskaWriterConfigurationFakeCuePoints Property |
Contains fake cue points for the container when CreateFakeCuePoints was enabled.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<ElementBase> FakeCuePoints { get; set; }
Public Property FakeCuePoints As List(Of ElementBase)
Get
Set
public:
property List<ElementBase^>^ FakeCuePoints {
List<ElementBase^>^ get ();
void set (List<ElementBase^>^ value);
}
member FakeCuePoints : List<ElementBase> with get, set
Property Value
Type:
ListElementBase
Face cue points.
See Also