# Struct VideoChunkData
Namespace: [Aeon.Video](Aeon.Video.md)
Assembly: Aeon.Video.dll
```csharp
public struct VideoChunkData
```
#### Inherited Members
[object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)),
[object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)),
[object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype)
## Constructors
### VideoChunkData\(long, long\)
```csharp
public VideoChunkData(long frameID, long timestamp)
```
#### Parameters
`frameID` [long](https://learn.microsoft.com/dotnet/api/system.int64)
`timestamp` [long](https://learn.microsoft.com/dotnet/api/system.int64)
## Properties
### FrameID
```csharp
public readonly long FrameID { get; }
```
#### Property Value
[long](https://learn.microsoft.com/dotnet/api/system.int64)
### Timestamp
```csharp
public readonly long Timestamp { get; }
```
#### Property Value
[long](https://learn.microsoft.com/dotnet/api/system.int64)