summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLBitsPerSample.m
blob: 25321788a24589aaa633c360afff461d6ee914d0 (plain)
1
2
3
4
5
6
7
8
//  SDLBitsPerSample.m
//


#import "SDLBitsPerSample.h"

SDLBitsPerSample const SDLBitsPerSample8Bit = @"8_BIT";
SDLBitsPerSample const SDLBitsPerSample16Bit = @"16_BIT";