# Sandbox.SoundFile.SampleFrameSize

```csharp
int SampleFrameSize { get; set; }
```

Size of one sample, typically this would be "sample size * channel count", but can vary on audio format.

Declared in [Sandbox.SoundFile](/api/Sandbox.SoundFile).
Assembly: `Sandbox.Engine`.
