-
Notifications
You must be signed in to change notification settings - Fork 0
/
yurit.go
50 lines (49 loc) · 1.85 KB
/
yurit.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package yurit
const (
AlwaysMinus2Key = "alwaysMinus2"
Always0Key = "always0"
Always3Key = "always3"
Always16Key = "always16"
Always65536Key = "always65536"
Always7F000000Key = "always7F000000"
AverageBitrateKey = "averageBitrate"
BytesPerFrameKey = "bytesPerFrame"
BytesPerPacketKey = "bytesPerPacket"
BytesPerSampleKey = "bytesPerSample"
ChannelsKey = "channels"
CompatibleBrandsKey = "compatibleBrands"
CompressionKey = "compression"
ConstBitsPerChannelKey = "constBitsPerChannel"
ConstBytesPerPacket = "constBytesPerPacket"
ConstFramesPerPacket = "constFramesPerPacket"
DurationKey = "duration"
ExperimentalKey = "experimental"
ExtendedHeaderKey = "extendedHeader"
FooterKey = "footer"
FormatKey = "format"
FlagsKey = "flags"
HeaderSizeKey = "headerSize"
LPCMFlagsKey = "lpcmFlags"
MajorBrandKey = "majorBrand"
MaximumBitrateKey = "maximumBitrate"
MaximumBlockSizeKey = "maximumBlockSize"
MaximumFrameSizeKey = "maximumFrameSize"
MD5Key = "md5"
MinimumBitrateKey = "minimumBitrate"
MinimumBlockSizeKey = "minimumBlockSize"
MinimumFrameSizeKey = "minimumFrameSize"
MinorVersionKey = "minorVersion"
PacketSizeKey = "packetSize"
RevisionKey = "revision"
SampleRateKey = "sampleRate"
SampleSizeKey = "sampleSize"
SamplesPerPacketKey = "samplesPerPacket"
SizeOfStructOnlyKey = "sizeOfStructOnly"
TimeScaleKey = "timeScale"
TotalBytesKey = "totalBytes"
TotalFramesKey = "totalFrames"
TotalSamplesKey = "totalSamples"
UnsynchronizationKey = "unsynchronization"
VendorKey = "vendor"
VersionKey = "version"
)