TokenPayId
TokenPayId
> **Describe the issue** > > [Integer literals](https://en.cppreference.com/w/cpp/language/integer_literal) in C++ may be written as 1'000'000'000 instead of 1000000000 for greater readability. When this is used inside a `#define`, if breaks...
> **Describe the issue** > > [Integer literals](https://en.cppreference.com/w/cpp/language/integer_literal) in C++ may be written as 1'000'000'000 instead of 1000000000 for greater readability. When this is used inside a `#define`, if breaks...
> import VideoIO > > > > var configuration = AssetExportSession.Configuration(fileType: .mp4, videoSettings: .h264(videoSize: composition.renderSize), audioSettings: .aac(channels: 2, sampleRate: 44100, bitRate: 128 * 1000)) configuration.videoComposition = composition.makeAVVideoComposition() self.exporter = try!...