MediaBufferTCreationTime Property |
Time of buffer creation.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public DateTime CreationTime { get; }
Public ReadOnly Property CreationTime As DateTime
Get
public:
property DateTime CreationTime {
DateTime get ();
}
member CreationTime : DateTime with get
Property Value
Type:
DateTime
The time of the creation.
See Also