| FrameCreatorTimestamp Property  | 
                Is the initial timestamp to be used for packetization.
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Timestamp { get; set; }Public Property Timestamp As Integer
	Get
	Set
public:
property int Timestamp {
	int get ();
	void set (int value);
}member Timestamp : int with get, set
Property Value
Type: 
Int32
                The initial timestamp offset used for packetization.
            
See Also