// // SDLVideoStreamingCodec.h // SmartDeviceLink-iOS // #import "SDLEnum.h" /** * Enum for each type of video streaming codec */ typedef SDLEnum SDLVideoStreamingCodec SDL_SWIFT_ENUM; /** * @abstract SDLVideoStreamingCodec : H264 */ extern SDLVideoStreamingCodec const SDLVideoStreamingCodecH264; /** * @abstract SDLVideoStreamingCodec : H265 */ extern SDLVideoStreamingCodec const SDLVideoStreamingCodecH265; /** * @abstract SDLVideoStreamingCodec : Theora */ extern SDLVideoStreamingCodec const SDLVideoStreamingCodecTheora; /** * @abstract SDLVideoStreamingCodec : VP8 */ extern SDLVideoStreamingCodec const SDLVideoStreamingCodecVP8; /** * @abstract SDLVideoStreamingCodec : VP9 */ extern SDLVideoStreamingCodec const SDLVideoStreamingCodecVP9;