File size: 280,641 Bytes
1c8bcca | 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 | {"className": "FAudioEncoderConfigAAC::FAudioEncoderConfigAAC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Encoders/Configs/AudioEncoderConfigAAC.h", "description": "", "module": "AVCodecsCore", "code": "FAudioEncoderConfigAAC ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FAudioEncoderConfigAAC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Encoders/Configs/AudioEncoderConfigAAC.h", "description": "Configuration settings for AAC encoders.", "module": "AVCodecsCore", "code": "struct FAudioEncoderConfigAAC : public [FAudioEncoderConfig](API\\Plugins\\AVCodecsCore\\Audio\\FAudioEncoderConfig)", "variables": []}
{"className": "FAudioDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef [TAudioDecoder](API\\Plugins\\AVCodecsCore\\Audio\\TAudioDecoder) FAudioDecoder", "variables": []}
{"className": "FAudioDecoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Implementation of Audio Decoding domain, seeTAVCoderfor inheritance model", "module": "AVCodecsCore", "code": "struct FAudioDecoderConfig : public [FAVConfig](API\\Plugins\\AVCodecsCore\\FAVConfig)", "variables": []}
{"className": "FAudioDecoderConfig::FAudioDecoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "FAudioDecoderConfig ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FAudioDescriptor::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & RHS ) const", "variables": []}
{"className": "FAudioDescriptor::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & RHS ) const", "variables": []}
{"className": "FAudioDescriptor::FAudioDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "FAudioDescriptor()", "variables": []}
{"className": "FAudioDescriptor::FAudioDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "FAudioDescriptor ( uint32 NumSamples, float SampleDuration )", "variables": []}
{"className": "FAudioDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Enum class EAudioFormat : uint8 { // TODO (Andrew) }; ????? inline bool operator==(EPixelFormat LHS, EAudioFormat RHS) { return static_cast(LHS) == static_cast(RHS); } inline bool operator!=(EPixelFormat LHS, EAudioFormat RHS) { return !(LHS == RHS); } inline bool operator==(EAudioFormat LHS, EPixelFormat RHS) { return static_cast(LHS) == static_cast(RHS); } inline bool operator!=(EAudioFormat LHS, EPixelFormat RHS) { return !(LHS == RHS); } This struct defines how the allocated resource memory is used in the context of audio.", "module": "AVCodecsCore", "code": "struct FAudioDescriptor", "variables": [{"type": "uint32", "name": "NumSamples", "description": "Number of samples in this resource."}, {"type": "float", "name": "SampleDuration", "description": "Duration of samples in this resource."}]}
{"className": "FAudioEncoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef [TAudioEncoder](API\\Plugins\\AVCodecsCore\\Audio\\TAudioEncoder) FAudioEncoder", "variables": []}
{"className": "FAudioEncoderConfig::FAudioEncoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "FAudioEncoderConfig ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FAudioEncoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Implementation of Audio Encoding domain, seeTAVCoderfor inheritance model", "module": "AVCodecsCore", "code": "struct FAudioEncoderConfig : public [FAVConfig](API\\Plugins\\AVCodecsCore\\FAVConfig)", "variables": [{"type": "int32", "name": "Bitrate", "description": ""}, {"type": "int32", "name": "NumChannels", "description": ""}, {"type": "int32", "name": "Samplerate", "description": ""}]}
{"className": "FAudioPacket::FAudioPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioPacket.h", "description": "", "module": "AVCodecsCore", "code": "FAudioPacket()", "variables": []}
{"className": "FAudioPacket::FAudioPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioPacket.h", "description": "", "module": "AVCodecsCore", "code": "FAudioPacket ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< uint8 > const & DataPtr, uint64 DataSize, uint64 Timestamp, uint64 Index )", "variables": []}
{"className": "FAudioPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioPacket.h", "description": "Audio-specific packet container.", "module": "AVCodecsCore", "code": "struct FAudioPacket : public [FAVPacket](API\\Plugins\\AVCodecsCore\\FAVPacket)", "variables": []}
{"className": "FAudioResource::GetDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Get the descriptor of our audio data in device memory.", "module": "AVCodecsCore", "code": "[FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & GetDescriptor() const", "variables": []}
{"className": "FAudioResource::GetNumSamples", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Get the number of samples in our data in device memory.", "module": "AVCodecsCore", "code": "float GetNumSamples() const", "variables": []}
{"className": "FAudioResource::GetSampleDuration", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Get the duration of our data in device memory.", "module": "AVCodecsCore", "code": "float GetSampleDuration() const", "variables": []}
{"className": "FAudioResource::~FAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAudioResource()", "variables": []}
{"className": "FAudioResource::FAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "FAudioResource ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & Descriptor )", "variables": []}
{"className": "FAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Base wrapper for a audio device resource.", "module": "AVCodecsCore", "code": "class FAudioResource : public [FAVResource](API\\Plugins\\AVCodecsCore\\FAVResource)", "variables": []}
{"className": "FAudioContextCPU::FAudioContextCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "FAudioContextCPU()", "variables": []}
{"className": "FAudioContextCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "CPU audio context and resource.", "module": "AVCodecsCore", "code": "class FAudioContextCPU : public [FAVContext](API\\Plugins\\AVCodecsCore\\FAVContext)", "variables": []}
{"className": "FAudioResourceCPU::GetRaw", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< float > const & GetRaw() const", "variables": []}
{"className": "FAudioResourceCPU::Validate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Validate() const", "variables": []}
{"className": "FAudioResourceCPU::FAudioResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "FAudioResourceCPU ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< float > const & Raw, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & Descriptor )", "variables": []}
{"className": "FAudioResourceCPU::~FAudioResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAudioResourceCPU()", "variables": []}
{"className": "FAudioResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "class FAudioResourceCPU : public [TAudioResource< FAudioContextCPU >](API\\Plugins\\AVCodecsCore\\Audio\\TAudioResource)", "variables": []}
{"className": "TAudioDecoder::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "virtual [FAudioDecoderConfig](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDecoderConfig) GetMinimalConfig()", "variables": []}
{"className": "TAudioDecoder::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "virtual void SetMinimalConfig ( [FAudioDecoderConfig](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDecoderConfig) const & MinimalConfig )", "variables": []}
{"className": "TAudioDecoder::TWrapper::ReceiveFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult ReceiveFrame &40; TResolvableAudioResource< TResource > & InOutResource &41;", "variables": []}
{"className": "TAudioDecoder::TWrapper::SendPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult SendPacket &40; FAudioPacket const & Packet &41;", "variables": []}
{"className": "TAudioDecoder::TWrapper::TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "TWrapper &40; TSharedRef< TAudioDecoder< TChildResource, TChildConfig >> const & Child &41;", "variables": []}
{"className": "TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Wrapper decoder that transforms resource/config types for use with a differently typed child decoder.", "module": "AVCodecsCore", "code": "template<typename TChildResource, typename TChildConfig> class TWrapper : public TAVCoder::template TWrapper< TChildResource, TChildConfig >", "variables": []}
{"className": "TAudioDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> class TAudioDecoder : public [TAVCoder< TAudioDecoder, TResource, TConfig >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TAudioDecoder<>::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "FAudioDecoderConfig GetMinimalConfig&40;&41;", "variables": []}
{"className": "TAudioDecoder<>::FlushFrames", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushFrames&40;&41;", "variables": []}
{"className": "TAudioDecoder<>::SendPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult SendPacket &40; FAudioPacket const & Packet &41;", "variables": []}
{"className": "TAudioDecoder<>::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "void SetMinimalConfig &40; FAudioDecoderConfig const & MinimalConfig &41;", "variables": []}
{"className": "TAudioDecoder<>", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<> class TAudioDecoder<> : public [TAVCoder< TAudioDecoder >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TAudioDecoder< TResource >::ReceiveFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult ReceiveFrame &40; TResolvableAudioResource< TResource > & InOutResource &41;", "variables": []}
{"className": "TAudioEncoder::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "virtual [FAudioEncoderConfig](API\\Plugins\\AVCodecsCore\\Audio\\FAudioEncoderConfig) GetMinimalConfig()", "variables": []}
{"className": "TAudioEncoder::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "virtual void SetMinimalConfig ( [FAudioEncoderConfig](API\\Plugins\\AVCodecsCore\\Audio\\FAudioEncoderConfig) const & MinimalConfig )", "variables": []}
{"className": "TAudioEncoder::TWrapper::SendFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult SendFrame &40; TSharedPtr< TResource > const & Resource, uint32 Timestamp &41;", "variables": []}
{"className": "TAudioEncoder::TWrapper::ReceivePacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult ReceivePacket &40; FAudioPacket & OutPacket &41;", "variables": []}
{"className": "TAudioEncoder::TWrapper::TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "TWrapper &40; TSharedRef< TAudioEncoder< TChildResource, TChildConfig >> const & Child &41;", "variables": []}
{"className": "TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Wrapper encoder that transforms resource/config types for use with a differently typed child encoder.", "module": "AVCodecsCore", "code": "template<typename TChildResource, typename TChildConfig> class TWrapper : public TAVCoder::template TWrapper< TChildResource, TChildConfig >", "variables": []}
{"className": "TAudioDecoder< TResource >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource> class TAudioDecoder< TResource >", "variables": []}
{"className": "TAudioEncoder<>::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "FAudioEncoderConfig GetMinimalConfig&40;&41;", "variables": []}
{"className": "TAudioEncoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> class TAudioEncoder : public [TAVCoder< TAudioEncoder, TResource, TConfig >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TAudioEncoder<>::ReceivePacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult ReceivePacket &40; FAudioPacket & OutPacket &41;", "variables": []}
{"className": "TAudioEncoder<>::ReceivePackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual FAVResult ReceivePackets &40; TArray< FAudioPacket > & OutPackets &41;", "variables": []}
{"className": "TAudioEncoder<>::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "void SetMinimalConfig &40; FAudioEncoderConfig const & MinimalConfig &41;", "variables": []}
{"className": "TAudioEncoder<>", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<> class TAudioEncoder<> : public [TAVCoder< TAudioEncoder >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TAudioEncoder< TResource >::FlushAndReceivePackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushAndReceivePackets &40; TArray< FAudioPacket > & OutPackets &41;", "variables": []}
{"className": "TAudioEncoder< TResource >::FlushPackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushPackets&40;&41;", "variables": []}
{"className": "TAudioEncoder< TResource >::SendFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult SendFrame &40; TSharedPtr< TResource > const & Resource, uint32 Timestamp &41;", "variables": []}
{"className": "TAudioEncoder< TResource >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource> class TAudioEncoder< TResource >", "variables": []}
{"className": "TAudioResource::GetContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TContext > GetContext() const", "variables": []}
{"className": "TAudioResource::TAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "TAudioResource ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & Descriptor )", "variables": []}
{"className": "TDelegatedAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Wrapper for delegated resolvable audio resources.", "module": "AVCodecsCore", "code": "typedef [TDelegated](API\\Plugins\\AVCodecsCore\\TDelegated)< TResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) >, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) > TDelegatedAudioResource", "variables": []}
{"className": "TAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Convenience wrapper for a audio device resource that requires a specific device context to function.", "module": "AVCodecsCore", "code": "template<typename TContext> class TAudioResource : public [FAudioResource](API\\Plugins\\AVCodecsCore\\Audio\\FAudioResource)", "variables": []}
{"className": "TPooledAudioResource::IsResolved", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual bool IsResolved ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & Descriptor ) const", "variables": []}
{"className": "TPooledAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "A simple pool-based resolvable audio resource. The contents of the pool must be manually managed by the application.", "module": "AVCodecsCore", "code": "template<typename TResource> class TPooledAudioResource : public [TResolvable< TResource >](API\\Plugins\\AVCodecsCore\\TResolvable)", "variables": [{"type": "TArray<TShared...", "name": "Pool", "description": ""}]}
{"className": "TPooledAudioResource::TryResolve", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TResource > TryResolve ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) const & Descriptor )", "variables": []}
{"className": "TResolvableAudioResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioResource.h", "description": "Wrapper for resolvable audio resources.", "module": "AVCodecsCore", "code": "typedef [TResolvable](API\\Plugins\\AVCodecsCore\\TResolvable)< TResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) >, [FAudioDescriptor](API\\Plugins\\AVCodecsCore\\Audio\\FAudioDescriptor) > TResolvableAudioResource", "variables": []}
{"className": "EAVLatencyMode", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVConfig.h", "description": "Latency mode for the AV pipeline.", "module": "AVCodecsCore", "code": "enum EAVLatencyMode { UltraLowLatency, LowLatency, Default, }", "variables": []}
{"className": "EAVPreset", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVConfig.h", "description": "Simple presets for whole AV pipeline.", "module": "AVCodecsCore", "code": "enum EAVPreset { UltraLowQuality, LowQuality, Default, HighQuality, Lossless, }", "variables": []}
{"className": "EAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "MAINTAINER NOTE: When adding a new result value, add a matching case statement toToString(EAVResult).", "module": "AVCodecsCore", "code": "enum EAVResult { Unknown = 0, Fatal = 1000, FatalUnsupported, Error = 2000, ErrorUnsupported, ErrorInvalidState, ErrorCreating, ErrorDestroying, ErrorResolving, ErrorMapping, ErrorUnmapping, ErrorLocking, ErrorUnlocking, Warning = 3000, WarningInvalidState, Pending = 4000, PendingInput, PendingOutput, Success = 5000, }", "variables": []}
{"className": "FAPI::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Gets or creates an API of a specific type.\nDirect reference to the typed API.", "module": "AVCodecsCore", "code": "template<typename TAPI, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TAPI, [FAPI](API\\Plugins\\AVCodecsCore\\FAPI) >::Value, int >::type> static TAPI const & Get()", "variables": []}
{"className": "FAPI::IsValid", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Test if the API loaded correctly, or has since been cleaned up.\nTrue if the API is valid.", "module": "AVCodecsCore", "code": "bool IsValid() const", "variables": []}
{"className": "FAPI::Shutdown", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Clean up an API of a specific type.", "module": "AVCodecsCore", "code": "template<typename TAPI, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TAPI, [FAPI](API\\Plugins\\AVCodecsCore\\FAPI) >::Value, int >::type> static void Shutdown()", "variables": []}
{"className": "Singletons", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Type-erased map of API singletons.", "module": "AVCodecsCore", "code": "static [TTypeMap](API\\Plugins\\AVCodecsCore\\TTypeMap)< [FAPI](API\\Plugins\\AVCodecsCore\\FAPI) > Singletons;", "variables": []}
{"className": "FAPI::FAPI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "FAPI()", "variables": []}
{"className": "FAPI::~FAPI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAPI()", "variables": []}
{"className": "FAPI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "API abstraction with static singletons.", "module": "AVCodecsCore", "code": "class FAPI", "variables": []}
{"className": "FAVConfig::FAVConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVConfig.h", "description": "", "module": "AVCodecsCore", "code": "FAVConfig ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FAVConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVConfig.h", "description": "Base struct for codec configuration.", "module": "AVCodecsCore", "code": "struct FAVConfig", "variables": [{"type": "EAVLatencyMode", "name": "LatencyMode", "description": ""}, {"type": "EAVPreset", "name": "Preset", "description": ""}]}
{"className": "FAVContext::~FAVContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVContext.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAVContext()", "variables": []}
{"className": "FAVContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVContext.h", "description": "Base class for device contexts, for use by resources and platform vendor architecture", "module": "AVCodecsCore", "code": "class FAVContext", "variables": []}
{"className": "FAVDevice::GetContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "Get a typed context from this device, if it exists.\nThe context if it exists, an invalid pointer if it does not.", "module": "AVCodecsCore", "code": "template<typename TContext> [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TContext > const & GetContext() const", "variables": []}
{"className": "FAVDevice::GetHardwareDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "Get the global hardware device.\nThe global hardware device atIndex.", "module": "AVCodecsCore", "code": "static [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > & GetHardwareDevice ( int32 Index )", "variables": []}
{"className": "FAVDevice::GetSoftwareDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "Get the global software device.\nThe global software device.", "module": "AVCodecsCore", "code": "static [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > & GetSoftwareDevice()", "variables": []}
{"className": "FAVDevice::HasContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "Check if this device has a specific context.\nWhether this device has a context of that type.", "module": "AVCodecsCore", "code": "template<typename TContext> bool HasContext() const", "variables": []}
{"className": "FAVDevice::SetContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "Set a context by type on this device.", "module": "AVCodecsCore", "code": "template<typename TContext> void SetContext ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TContext > const & NewContext )", "variables": []}
{"className": "FAVDevice::FAVDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "", "module": "AVCodecsCore", "code": "FAVDevice()", "variables": []}
{"className": "FAVDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "A representation of a physical computer device, be it a GPU or a CPU or an external device, that can hold device resource contexts (Vulkan, D3D, CUDA, etc).", "module": "AVCodecsCore", "code": "class FAVDevice", "variables": []}
{"className": "FAVDevice::~FAVDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVDevice.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAVDevice()", "variables": []}
{"className": "FAVExtension::IsCompatible", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Usage:TAVCoderfactory for AVResource usage, ie. FAVExtension::IsCompatible(Device);\nTrue if the type is compatible in this context.", "module": "AVCodecsCore", "code": "template<typename TContext, typename TOption> static bool IsCompatible ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< class [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device )", "variables": []}
{"className": "FAVExtension::IsCompatible", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Usage:TAVCoderfactory for AVConfig usage, ie. FAVExtension::IsCompatible(Instance);\nTrue if the type is compatible in this context.", "module": "AVCodecsCore", "code": "template<typename TContext, typename TOption> static bool IsCompatible ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< class [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & Instance )", "variables": []}
{"className": "TIsSameHack", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Versions ofTAndandTOrthat work with std::is_same return values, this is incompatible with TEMPLATE_REQUIRES so we need to still use this construct for now until std::is_same_v is better supported", "module": "AVCodecsCore", "code": "template<typename A, typename B> struct TIsSameHack", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "template<typename TOutput, typename TInput, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TOr](API\\Runtime\\Core\\Templates\\TOr)< [TIsSameHack](API\\Plugins\\AVCodecsCore\\FAVExtension\\TIsSameHack)< TInput, TOutput >, [TNot](API\\Runtime\\Core\\Templates\\TNot)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TOutput, TInput >>>::Value, int >::type> static [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( TOutput & OutConfig, TInput const & InConfig )", "variables": []}
{"className": "Value", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "", "module": "AVCodecsCore", "code": "enum &123; Value = std::is_same_v<A, B> &125;", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, [FVideoEncoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, struct [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, struct [FVideoDecoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, struct [FVideoDecoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/Configs/VideoEncoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, struct [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/Configs/VideoEncoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, struct [FVideoEncoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/Configs/VideoEncoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, struct [FVideoEncoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) & OutConfig, [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, [FVideoDecoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Alternate path for upcasting.", "module": "AVCodecsCore", "code": "template<typename TOutput, typename TInput, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TAnd](API\\Runtime\\Core\\Templates\\TAnd)< [TNot](API\\Runtime\\Core\\Templates\\TNot)< [TIsSameHack](API\\Plugins\\AVCodecsCore\\FAVExtension\\TIsSameHack)< TInput, TOutput >>, [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TOutput, TInput >>::Value, int >::type> static [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( TOutput & OutConfig, TInput const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, [FVideoDecoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/Video/Decoders/Configs/VideoDecoderConfigNVDEC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, struct [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/Video/Decoders/Configs/VideoDecoderConfigNVDEC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, struct [FVideoDecoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/Video/Decoders/Configs/VideoDecoderConfigNVDEC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigNVDEC](API\\Plugins\\NVDEC\\Video\\Decoders\\Configs\\FVideoDecoderConfigNVDEC) & OutConfig, struct [FVideoDecoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) & OutConfig, [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, [FVideoEncoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, [FVideoEncoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/Video/Encoders/Configs/VideoEncoderConfigNVENC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, struct [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/Video/Encoders/Configs/VideoEncoderConfigNVENC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, struct [FVideoEncoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/Video/Encoders/Configs/VideoEncoderConfigNVENC.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigNVENC](API\\Plugins\\NVENC\\Video\\Encoders\\Configs\\FVideoEncoderConfigNVENC) & OutConfig, struct [FVideoEncoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Private/Audio/Encoders/Configs/AudioEncoderConfigWMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FAudioEncoderConfigWMF](API\\Plugins\\WMFCodecs\\Audio\\Encoders\\Configs\\FAudioEncoderConfigWMF) & OutConfig, [FAudioEncoderConfigAAC](API\\Plugins\\AVCodecsCore\\Audio\\Encoders\\Configs\\FAudioEncoderConfigAAC) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Public/Audio/Encoders/Configs/AudioEncoderConfigWMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FAudioEncoderConfigWMF](API\\Plugins\\WMFCodecs\\Audio\\Encoders\\Configs\\FAudioEncoderConfigWMF) & OutConfig, struct [FAudioEncoderConfigAAC](API\\Plugins\\AVCodecsCore\\Audio\\Encoders\\Configs\\FAudioEncoderConfigAAC) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) & OutConfig, [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, [FVideoDecoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoDecoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Decoders\\Configs\\FVideoDecoderConfigAMF) & OutConfig, [FVideoDecoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH265) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) & OutConfig, [FVideoEncoderConfigH264](API\\Plugins\\AVCodecsCore\\Video\\Encoders\\Configs\\FVideoEncoderConfigH264) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "template<typename TOutput, typename TInput, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< < TInput, TOutput >::Value, int >::type> static [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TOutput > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TInput > const & InResource )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceRHI](API\\Plugins\\AVCodecsCoreRHI\\Video\\Resources\\FVideoResourceRHI) > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceCPU](API\\Plugins\\AVCodecsCore\\Video\\Resources\\FVideoResourceCPU) > const & InResource )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Shortcut case for above for when the input and output types match. This does NOT duplicate the resource.", "module": "AVCodecsCore", "code": "template<typename TOutput, typename TInput, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TInput, TOutput >::Value, int >::type> static [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TOutput > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TInput > const & InResource )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceVulkan](API\\Plugins\\AVCodecsCore\\Video\\Resources\\FVideoResourceVulkan) > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceRHI](API\\Plugins\\AVCodecsCoreRHI\\Video\\Resources\\FVideoResourceRHI) > const & InResource )", "variables": []}
{"className": "FAVExtension::TransformConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformConfig ( [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) & OutConfig, [FVideoEncoderConfigAMF](API\\Plugins\\AMFCodecs\\Video\\Encoders\\Configs\\FVideoEncoderConfigAMF) const & InConfig )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Private/Video/Resources/VideoResourceCUDA.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceCUDA](API\\Plugins\\NVCodecs\\Video\\Resources\\FVideoResourceCUDA) > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceVulkan](API\\Plugins\\AVCodecsCore\\Video\\Resources\\FVideoResourceVulkan) > const & InResource )", "variables": []}
{"className": "FAVExtension::TransformResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Resources/VideoResourceRHI.h", "description": "Handles pixel format or colorspace transformations", "module": "AVCodecsCore", "code": "template<> [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) TransformResource ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FVideoResourceRHI](API\\Plugins\\AVCodecsCoreRHI\\Video\\Resources\\FVideoResourceRHI) > & OutResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< class [FVideoResourceRHI](API\\Plugins\\AVCodecsCoreRHI\\Video\\Resources\\FVideoResourceRHI) > const & InResource )", "variables": []}
{"className": "FAVExtension::FAVExtension", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "", "module": "AVCodecsCore", "code": "FAVExtension()", "variables": []}
{"className": "FAVInstance::Edit", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Get a mutable reference to typed data held on this instance. Will create default data of this type if it does not already exist.\nThe typed data.", "module": "AVCodecsCore", "code": "template<typename TData> TData & Edit()", "variables": []}
{"className": "FAVExtension", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h", "description": "Be sure to EXPORT the definition and it will be automatically linked by consumers. Static extension system for simple composition of different resource/config types, via exported specializations", "module": "AVCodecsCore", "code": "struct FAVExtension", "variables": []}
{"className": "FAVInstance::Add", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Add default data by type to this instance.", "module": "AVCodecsCore", "code": "template<typename TData> void Add()", "variables": []}
{"className": "FAVInstance::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Get typed data from this instance. Will create default data of this type if it does not already exist.\nThe typed data.", "module": "AVCodecsCore", "code": "template<typename TData> TData const & Get()", "variables": []}
{"className": "FAVInstance::Remove", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Remove a specific type of data from this instance.", "module": "AVCodecsCore", "code": "template<typename TData> void Remove()", "variables": []}
{"className": "FAVInstance::Has", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Check if this instance has a specific type of data.\nWhether this instance has data of that type.", "module": "AVCodecsCore", "code": "template<typename TData> bool Has() const", "variables": []}
{"className": "FAVInstance::Set", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Set data by type on this instance.", "module": "AVCodecsCore", "code": "template<typename TData> void Set ( TData const & NewData )", "variables": []}
{"className": "FAVInstance::TryEdit", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Check if this instance has a specific type of data, and return a mutable reference to it if it exists.\nA pointer to the data, if it exists. Not valid outside of the scope from which this is called.", "module": "AVCodecsCore", "code": "template<typename TData> TData * TryEdit()", "variables": []}
{"className": "FAVInstance::TryGet", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "Check if this instance has a specific type of data, and return it if it exists.\nWhether the instance has data of the type.", "module": "AVCodecsCore", "code": "template<typename TData> bool TryGet ( TData & OutData )", "variables": []}
{"className": "FAVInstance::FAVInstance", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "", "module": "AVCodecsCore", "code": "FAVInstance()", "variables": []}
{"className": "FAVInstance::~FAVInstance", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAVInstance()", "variables": []}
{"className": "FAVInstance", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h", "description": "The shared data and logic of a single logical pipeline, usually one or more coders.", "module": "AVCodecsCore", "code": "class FAVInstance", "variables": []}
{"className": "FAVLayout::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & RHS ) const", "variables": []}
{"className": "FAVLayout::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & RHS ) const", "variables": []}
{"className": "FAVLayout::FAVLayout", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h", "description": "", "module": "AVCodecsCore", "code": "FAVLayout()", "variables": []}
{"className": "FAVLayout::FAVLayout", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h", "description": "", "module": "AVCodecsCore", "code": "FAVLayout ( uint32 Stride, uint32 Offset, uint32 Size )", "variables": []}
{"className": "FAVLayout", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVLayout.h", "description": "This struct defines the memory footprint of a block of data.", "module": "AVCodecsCore", "code": "struct FAVLayout", "variables": [{"type": "uint32", "name": "Offset", "description": ""}, {"type": "uint32", "name": "Size", "description": ""}, {"type": "uint32", "name": "Stride", "description": ""}]}
{"className": "FAVPacket::IsEmpty", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "Test whether raw data is empty or not set.\nTrue if raw data is empty or not set.", "module": "AVCodecsCore", "code": "bool IsEmpty() const", "variables": []}
{"className": "FAVPacket::GetData", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "Convenience wrapper to treat raw data as an array view.\nRaw data as an array view.", "module": "AVCodecsCore", "code": "TArrayView64< uint8 > GetData() const", "variables": []}
{"className": "FAVPacket::WriteToFile", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "", "module": "AVCodecsCore", "code": "void WriteToFile ( TCHAR * FileName ) const", "variables": []}
{"className": "FAVPacket::FAVPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "", "module": "AVCodecsCore", "code": "FAVPacket()", "variables": []}
{"className": "FAVPacket::FAVPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "", "module": "AVCodecsCore", "code": "FAVPacket ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< uint8 > const & DataPtr, uint64 DataSize, uint64 Timestamp, uint64 Index )", "variables": []}
{"className": "FAVPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVPacket.h", "description": "Base container for raw encoded AV resources, created by encoders and consumed by decoders. Can be treated like a networking packet, where the encoder and decoder are separate machines and communicate only through this medium.", "module": "AVCodecsCore", "code": "struct FAVPacket", "variables": [{"type": "TSharedPtr< uin...", "name": "DataPtr", "description": "Safe pointer to packet data."}, {"type": "uint64", "name": "DataSize", "description": "Size of packet data."}, {"type": "uint64", "name": "Index", "description": "Packet index in the sequence."}, {"type": "uint64", "name": "Timestamp", "description": "Timestamp of packet."}]}
{"className": "FAVResource::GetDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Get a reference to our device parent. Is always valid.", "module": "AVCodecsCore", "code": "[TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & GetDevice() const", "variables": []}
{"className": "FAVResource::GetLayout", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Get the layout of our data in device memory.", "module": "AVCodecsCore", "code": "[FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & GetLayout() const", "variables": []}
{"className": "FAVResource::GetMemorySize", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Get the size of our data in device memory.", "module": "AVCodecsCore", "code": "uint64 GetMemorySize() const", "variables": []}
{"className": "FAVResource::GetOffset", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Get the offset of our data in device memory.", "module": "AVCodecsCore", "code": "uint64 GetOffset() const", "variables": []}
{"className": "FAVResource::GetStride", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Get the stride of our data in device memory.", "module": "AVCodecsCore", "code": "uint64 GetStride() const", "variables": []}
{"className": "FAVResource::Lock", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Lock this resource for internal use. Is a blocking call until the lock can be taken.", "module": "AVCodecsCore", "code": "virtual void Lock()", "variables": []}
{"className": "FAVResource::LockScope", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Lock this resource for internal use, within the current scope. Is a blocking call until the lock can be taken.\nThe lock object. Capture this, because when it goes out of scope it will unlock the resource.", "module": "AVCodecsCore", "code": "virtual [FScopeLock](API\\Runtime\\Core\\Misc\\FScopeLock) LockScope()", "variables": []}
{"className": "FAVResource::PinMapping", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Create a mapping of this resource to another resource (or other object). Returned reference must then be set by the caller.\nShared pointer reference to the mapping, initially invalid until set by the caller.", "module": "AVCodecsCore", "code": "template<typename TMapping> [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TMapping > & PinMapping()", "variables": []}
{"className": "FAVResource::Unlock", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Release this resource for external use.", "module": "AVCodecsCore", "code": "virtual void Unlock()", "variables": []}
{"className": "FAVResource::Validate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Validate() const", "variables": []}
{"className": "FAVResource::FAVResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "", "module": "AVCodecsCore", "code": "FAVResource ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout )", "variables": []}
{"className": "FAVResource::~FAVResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FAVResource()", "variables": []}
{"className": "FAVResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h", "description": "Base wrapper for an immutable device resource. Bundles necessary data that may not be easily retrieved on without an RHI, such as size on device. If the underlying device resource must change, this resource wrapper must be recreated.", "module": "AVCodecsCore", "code": "class FAVResource", "variables": []}
{"className": "EMPTY_VENDOR_VALUE", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "static int32 constexpr EMPTY_VENDOR_VALUE = TNumericLimits<int32>::Min();", "variables": []}
{"className": "FAVResult::Handle", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Flag this result as handled, so that it won't be logged.", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) & Handle()", "variables": []}
{"className": "FAVResult::IsError", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is in the range of Error.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsError() const", "variables": []}
{"className": "FAVResult::IsFatal", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is in the range of Fatal.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsFatal() const", "variables": []}
{"className": "FAVResult::IsNotError", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is NOT in the range of Error.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsNotError() const", "variables": []}
{"className": "FAVResult::IsNotFatal", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is NOT in the range of Fatal.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsNotFatal() const", "variables": []}
{"className": "FAVResult::IsPending", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is in the range of Pending.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsPending() const", "variables": []}
{"className": "FAVResult::IsNotWarning", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is NOT in the range of Warning.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsNotWarning() const", "variables": []}
{"className": "FAVResult::IsNotPending", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is NOT in the range of Pending.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsNotPending() const", "variables": []}
{"className": "FAVResult::IsNotSuccess", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is NOT in the range of Success.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsNotSuccess() const", "variables": []}
{"className": "FAVResult::IsSuccess", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is in the range of Success.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsSuccess() const", "variables": []}
{"className": "FAVResult::IsWarning", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "True if AV result code is in the range of Warning.", "module": "AVCodecsCore", "code": "FORCEINLINEbool IsWarning() const", "variables": []}
{"className": "FAVResult::Log", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Logs this result to the internal AVCodecCore log category.", "module": "AVCodecsCore", "code": "void Log() const", "variables": []}
{"className": "FAVResult::Log", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Statically log a result without constructing and returning it.", "module": "AVCodecsCore", "code": "static FORCEINLINEvoid Log ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) Value, [FString](API\\Runtime\\Core\\Containers\\FString) const & Message, [FString](API\\Runtime\\Core\\Containers\\FString) const & Vendor, int32 VendorValue )", "variables": []}
{"className": "FAVResult::operator bool", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINE operator bool() const", "variables": []}
{"className": "FAVResult::operator=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINE[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) & operator= ( [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) const & From )", "variables": []}
{"className": "FAVResult::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINEbool operator!= ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) OtherValue ) const", "variables": []}
{"className": "FAVResult::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINEbool operator== ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) OtherValue ) const", "variables": []}
{"className": "FAVResult::ToString", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Convert this error into a readable string.\nPretty string.", "module": "AVCodecsCore", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) ToString() const", "variables": []}
{"className": "FAVResult::FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FAVResult()", "variables": []}
{"className": "FAVResult::FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FAVResult ( [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) const & From )", "variables": []}
{"className": "FAVResult::FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FAVResult ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) Value, [FString](API\\Runtime\\Core\\Containers\\FString) const & Message, [FString](API\\Runtime\\Core\\Containers\\FString) const & Vendor, int32 VendorValue )", "variables": []}
{"className": "FAVResult::~FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "~FAVResult()", "variables": []}
{"className": "FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Primary AV result type. Contains a result code, an optional message, and optional specific data about the platform vendor where the error occured. Automatically logs on warning and lower if not handled.", "module": "AVCodecsCore", "code": "struct FAVResult", "variables": [{"type": "uint8: 1", "name": "bHandled", "description": "Bitflag for whether this result has been handled (or whether is still must be logged)."}, {"type": "FString", "name": "Message", "description": "Optional message alongside AV result code."}, {"type": "EAVResult", "name": "Value", "description": "AV result code."}, {"type": "FString", "name": "Vendor", "description": "Optional vendor where this error occured."}, {"type": "int32", "name": "VendorValue", "description": "Optional result code supplied by the vendor."}]}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "FTypeID::Get< amf::AMFSurfacePtr >", "module": "AVCodecsCore", "code": "template<typename TType> static [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "returnFAVResult(EAVResult::ErrorInvalidState, TEXT(\"Decoder is not open\")); /**", "module": "AVCodecsCore", "code": "*return FAVResult ( [EAVResult::ErrorCreating](API\\Plugins\\AVCodecsCore\\EAVResult), TEXT(\"Could not create encoder\"), TEXT(\"NVENC\"), NvencErrorCode )", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceCPU.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceVulkan.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceVulkan.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Decoders/Configs/VideoDecoderConfigH264.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Decoders/Configs/VideoDecoderConfigH265.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/Configs/VideoEncoderConfigH265.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/AudioDecoder.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/Configs/VideoEncoderConfigH264.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Encoders/Configs/AudioEncoderConfigAAC.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/AudioEncoder.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORE_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Resources/VideoResourceRHI.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORERHI_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Resources/VideoResourceRHI.h", "description": "", "module": "AVCodecsCore", "code": "template<> AVCODECSCORERHI_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Private/Video/Resources/VideoResourceCUDA.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Private/Video/Resources/VideoResourceCUDA.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Public/Video/Resources/VideoResourceCUDA.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Public/Video/Resources/VideoResourceCUDA.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/AMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/VideoDecoder.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/AMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> AMFCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> AMFCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/Configs/VideoEncoderConfigAMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> AMFCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/NVDEC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/NVDEC.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVDEC_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/VideoEncoder.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/Video/Decoders/Configs/VideoDecoderConfigNVDEC.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVDEC_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/NVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/NVENC.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVENC_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/Video/Encoders/Configs/VideoEncoderConfigNVENC.h", "description": "", "module": "AVCodecsCore", "code": "template<> NVENC_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Private/Audio/Encoders/Configs/AudioEncoderConfigWMF.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> UE_COMPILER_THIRD_PARTY_INCLUDES_STARTUE_COMPILER_THIRD_PARTY_INCLUDES_END[FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Resources/AudioResourceCPU.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Resources/AudioResourceCPU.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Public/Audio/Encoders/Configs/AudioEncoderConfigWMF.h", "description": "", "module": "AVCodecsCore", "code": "template<> WMFCODECS_API [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Encoders/Configs/AudioEncoderConfigAAC.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceCPU.cpp", "description": "", "module": "AVCodecsCore", "code": "template<> [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) Get()", "variables": []}
{"className": "FTypeID::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) const & Other ) const", "variables": []}
{"className": "FTypeID::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID) const & Other ) const", "variables": []}
{"className": "FTypeID::FTypeID", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "FTypeID()", "variables": []}
{"className": "FTypeID::FTypeID", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Private, require allFTypeID's to be valid.", "module": "AVCodecsCore", "code": "FTypeID &40; void &42; Raw &41;", "variables": []}
{"className": "FTypeID", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "A simple type-erased type identifier, without the use of RTTI or the unreal type system.", "module": "AVCodecsCore", "code": "struct FTypeID", "variables": []}
{"className": "IAVCoder::ApplyConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) ApplyConfig()", "variables": []}
{"className": "Factories", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Type-erased factory list. First level is domain ids, second is resource ids, third is configuration ids. Stored void pointers point to aTArrayof TAVCoder::TFactory's with types matching the domain, resource, and configuration ids. This is declared here to avoid exporting the template types (which can be real dodgy).", "module": "AVCodecsCore", "code": "static [TMap](API\\Runtime\\Core\\Containers\\TMap)< [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID), [TMap](API\\Runtime\\Core\\Containers\\TMap)< [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID), [TMap](API\\Runtime\\Core\\Containers\\TMap)< [FTypeID](API\\Plugins\\AVCodecsCore\\FTypeID), [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< void > > > > Factories = TMap<FTypeID, TMap<FTypeID, TMap<FTypeID, TSharedPtr<void>>>>();", "variables": []}
{"className": "IAVCoder::Close", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Gracefully tear down the underlying coder architecture.", "module": "AVCodecsCore", "code": "void Close()", "variables": []}
{"className": "IAVCoder::GetDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Get the physical device this coder runs on.", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & GetDevice() const", "variables": []}
{"className": "IAVCoder::GetInstance", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Get the shared data cache of this coder.", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & GetInstance() const", "variables": []}
{"className": "IAVCoder::IsOpen", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "True if the underlying coder architecture is ready for use.", "module": "AVCodecsCore", "code": "bool IsOpen() const", "variables": []}
{"className": "IAVCoder::Open", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Open ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & NewDevice, [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & NewInstance )", "variables": []}
{"className": "IAVCoder::~IAVCoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~IAVCoder()", "variables": []}
{"className": "IAVCoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Simple base coder interface", "module": "AVCodecsCore", "code": "class IAVCoder", "variables": []}
{"className": "ReceivePacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "**Highest level allows optional simultaneous return of a value **[TAVResult](API\\Plugins\\AVCodecsCore\\TAVResult)< [FVideoPacket](API\\Plugins\\AVCodecsCore\\Video\\FVideoPacket) > ReceivePacket()", "variables": []}
{"className": "TAVCoder::ApplyConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) ApplyConfig()", "variables": []}
{"className": "ConfigType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef TConfig ConfigType", "variables": []}
{"className": "TAVCoder::EditPendingConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "A mutable reference to the pending configuration, to be applied on the next call to ApplyConfig.", "module": "AVCodecsCore", "code": "TConfig & EditPendingConfig() const", "variables": []}
{"className": "TAVCoder::GetAppliedConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Get the currently active configuration, for comparison with PendingConfig.", "module": "AVCodecsCore", "code": "TConfig const & GetAppliedConfig() const", "variables": []}
{"className": "TAVCoder::GetPendingConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "The pending configuration, to be applied on the next call to ApplyConfig.", "module": "AVCodecsCore", "code": "TConfig const & GetPendingConfig() const", "variables": []}
{"className": "TAVCoder::TWrapper::ApplyConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult ApplyConfig&40;&41;", "variables": []}
{"className": "TAVCoder::SetPendingConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Set the pending configuration, to be applied on the next call to ApplyConfig.", "module": "AVCodecsCore", "code": "void SetPendingConfig ( TConfig const & NewPendingConfig ) const", "variables": []}
{"className": "TAVCoder::TWrapper::Close", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual void Close&40;&41;", "variables": []}
{"className": "TAVCoder::TWrapper::IsOpen", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual bool IsOpen&40;&41; const", "variables": []}
{"className": "TAVCoder::TWrapper::Open", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult Open &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "TAVCoder::TWrapper::TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "TWrapper &40; TSharedRef< TDomain< TChildResource, TChildConfig >> const & Child &41;", "variables": []}
{"className": "TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Wrapper coder that transforms resource/config types for use with a differently typed child coder.", "module": "AVCodecsCore", "code": "template<typename TChildResource, typename TChildConfig> class TWrapper : public TDomain< TResource, TConfig >", "variables": [{"type": "TSharedRef< TDo...", "name": "Child", "description": "The child coder to wrap."}]}
{"className": "TAVCoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "template<template< typename TResource=void, typename TConfig=void > typename TDomain, typename TResource, typename TConfig> class TAVCoder : public TDomain< TResource >", "variables": [{"type": "TConfig", "name": "AppliedConfig", "description": "The currently active configuration, for comparison with PendingConfig. Never modify this directly."}]}
{"className": "ResourceType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef TResource ResourceType", "variables": []}
{"className": "TAVCoder< TDomain, TResource, void >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Usage: To be inherited by a domain implementation, see top of file.", "module": "AVCodecsCore", "code": "template<template< typename TResource=void, typename TConfig=void > typename TDomain, typename TResource> class TAVCoder< TDomain, TResource, void > : public TDomain<>", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::CountSupported", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Count the number of different coders that can be created to match this combination of resource and configuration.\nThe number of different coders that can be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static int32 CountSupported &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::Create", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Create a type-safe coder if possible, open and ready for use.\nThe constructed and opened coder, null if one could not be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static TSharedPtr< TDomain< TResource, TConfig > > Create &40; TSharedRef< FAVDevice > const & NewDevice, TConfig const & NewConfig &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::Create", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Create a type-safe coder if possible, open and ready for use.\nThe constructed and opened coder, null if one could not be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static TSharedPtr< TDomain< TResource, TConfig > > Create &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::CreateChecked", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Create a type-safe coder, open and ready for use.\nThe constructed and opened coder. Throws an exception if one could not be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static TSharedRef< TDomain< TResource, TConfig > > CreateChecked &40; TSharedRef< FAVDevice > const & NewDevice, TConfig const & NewConfig &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::CreateChecked", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Create a type-safe coder, open and ready for use. NOTE: This is for advanced use cases only (ie. sharing an instance between multiple coders). Prefer the above version of this function if possible.\nThe constructed and opened coder. Throws an exception if one could not be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static TSharedRef< TDomain< TResource, TConfig > > CreateChecked &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "FIsCompatible", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Delegate used to test factory compatibility.", "module": "AVCodecsCore", "code": "typedef TFunction< bool(TSharedRef< FAVDevice > const &, TSharedRef< FAVInstance > const &)> FIsCompatible", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::GetDevice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Get the physical device this coder runs on.", "module": "AVCodecsCore", "code": "virtual TSharedPtr< FAVDevice > const & GetDevice&40;&41; const", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::GetInstance", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Get the shared data cache of this coder.", "module": "AVCodecsCore", "code": "virtual TSharedPtr< FAVInstance > const & GetInstance&40;&41; const", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::IsSupported", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Checks if any coder can be created to match this combination of resource and configuration. This does NOT check the device or desired configuration, so all potential coders may still reject being created.\nTrue if a coder could be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static bool IsSupported&40;&41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::IsSupported", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Checks if any coder can be created to match this combination of resource and configuration.\nTrue if a coder could be created.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> static bool IsSupported &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::Open", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual FAVResult Open &40; TSharedRef< FAVDevice > const & NewDevice, TSharedRef< FAVInstance > const & NewInstance &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::Register", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Register a fully type-complete coder with the domain factory.\nThe constructed factory, to be further customised if desired.", "module": "AVCodecsCore", "code": "template<typename TCoder, typename TResource, typename TConfig> static TFactory< TResource, TConfig > & Register &40; FIsCompatible const & IsCompatible &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::RegisterPermutationsOf::With::And::And", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "And &40; FIsCompatible const & IsCompatible &41;", "variables": []}
{"className": "And", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "And(FIsCompatibleconst& IsCompatible)", "module": "AVCodecsCore", "code": "template<typename TConfig, typename... TConfigs> struct And", "variables": []}
{"className": "And< void >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "And(FIsCompatibleconst& IsCompatible)", "module": "AVCodecsCore", "code": "template<> struct And< void >", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::RegisterPermutationsOf::With::With", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "With&40;&41;", "variables": []}
{"className": "With", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "With()", "module": "AVCodecsCore", "code": "template<typename TResource, typename... TResources> struct With", "variables": []}
{"className": "With< void >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "End case.", "module": "AVCodecsCore", "code": "template<> struct With< void >", "variables": []}
{"className": "And", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "And(FIsCompatibleconst& IsCompatible)", "module": "AVCodecsCore", "code": "template<typename...> struct And", "variables": []}
{"className": "RegisterPermutationsOf", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Usage: Highly recursive template permuter, see NVENCModule source for example of use.", "module": "AVCodecsCore", "code": "template<typename TCoder> struct RegisterPermutationsOf", "variables": []}
{"className": "FCreate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef TFunction< TSharedPtr< TDomain< TResource, TConfig > >)> FCreate", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::TFactory::TFactory", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "", "module": "AVCodecsCore", "code": "TFactory &40; FIsCompatible const & IsCompatible, FCreate const & Create &41;", "variables": []}
{"className": "TFactory", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "TFactory(FIsCompatibleconst& IsCompatible,FCreateconst& Create)", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> struct TFactory", "variables": []}
{"className": "TAVCoder< TDomain, void, void >::Wrap", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Wrap a fully typed child coder with a differently-typed outer encoder, to transform one resource/config type into another.\nThe new wrapper coder containing the child.", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig, typename TCoder> static TSharedPtr< TDomain< TResource, TConfig > > Wrap &40; TSharedPtr< TCoder > const & Child &41;", "variables": []}
{"className": "TAVCoder< TDomain, void, void >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h", "description": "Usage: To be inherited by a domain implementation, see top of file.", "module": "AVCodecsCore", "code": "template<template< typename TResource=void, typename TConfig=void > typename TDomain> class TAVCoder< TDomain, void, void > : public [IAVCoder](API\\Plugins\\AVCodecsCore\\IAVCoder)", "variables": []}
{"className": "TAVResult::operator TReturnValue const &", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINE operator TReturnValue const &() const", "variables": []}
{"className": "TAVResult::operator TReturnValue &", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "FORCEINLINE operator TReturnValue &()", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult ( TReturnValue const & ReturnValue )", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult()", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult ( [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) const & Result )", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult ( TReturnValue const & ReturnValue, [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) const & Result )", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) Value, [FString](API\\Runtime\\Core\\Containers\\FString) const & Message, [FString](API\\Runtime\\Core\\Containers\\FString) const & Vendor, int32 VendorValue )", "variables": []}
{"className": "TAVResult::TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "", "module": "AVCodecsCore", "code": "TAVResult ( TReturnValue const & ReturnValue, [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) Value, [FString](API\\Runtime\\Core\\Containers\\FString) const & Message, [FString](API\\Runtime\\Core\\Containers\\FString) const & Vendor, int32 VendorValue )", "variables": []}
{"className": "TAVResult", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "Templated AV result type that allows returning a result code and an optional value. Functions identically toFAVResult.", "module": "AVCodecsCore", "code": "template<typename TReturnValue> struct TAVResult : public [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult)", "variables": [{"type": "TReturnValue", "name": "ReturnValue", "description": "Optional return value, is only valid when AV result code is in the range of Success."}]}
{"className": "FDelegate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Delegate definition to be used to resolve the deferred object.", "module": "AVCodecsCore", "code": "typedef [TFunction](API\\Runtime\\Core\\GenericPlatform\\TFunction)< void([TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TObject > &, TArgs...)> FDelegate", "variables": []}
{"className": "TDelegated::TryResolve", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Deferred resolve, to be overridden by a variety of implementations.\nResolved deferred object if successful, invalid if not.", "module": "AVCodecsCore", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TObject > TryResolve ( TArgs const &... Args )", "variables": []}
{"className": "TDelegated::TDelegated", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "TDelegated ( [FDelegate](API\\Plugins\\AVCodecsCore\\TDelegated\\FDelegate) const & Delegate )", "variables": []}
{"className": "TDelegated", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Delegate-based implementation ofTResolvable.", "module": "AVCodecsCore", "code": "template<typename TObject, typename... TArgs> class TDelegated : public [TResolvable< TObject, TArgs... >](API\\Plugins\\AVCodecsCore\\TResolvable)", "variables": [{"type": "FDelegateconst", "name": "Delegate", "description": ""}]}
{"className": "TResolvable::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "TObject * Get() const", "variables": []}
{"className": "ToString", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h", "description": "MAINTAINER NOTE: When adding a new EAVResult value, add a matching case statement to this.", "module": "AVCodecsCore", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) ToString ( [EAVResult](API\\Plugins\\AVCodecsCore\\EAVResult) Result )", "variables": []}
{"className": "TResolvable::IsResolved", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Test whether the deferred object has been successfully resolved.\nTrue if the deferred object is valid.", "module": "AVCodecsCore", "code": "bool IsResolved() const", "variables": []}
{"className": "TResolvable::IsResolved", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Test whether the deferred object has been successfully resolved with specific arguments.\nTrue if the deferred object is valid.", "module": "AVCodecsCore", "code": "bool IsResolved ( TArgs const &... Args ) const", "variables": []}
{"className": "TResolvable::operator->", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "TObject * operator->() const", "variables": []}
{"className": "TResolvable::operator TSharedPtr< TObject > &", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "operator TSharedPtr< TObject > &()", "variables": []}
{"className": "TResolvable::operator TSharedPtr< TObject > const &", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "operator TSharedPtr< TObject > const &() const", "variables": []}
{"className": "TResolvable::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [TResolvable](API\\Plugins\\AVCodecsCore\\TResolvable)< TObject, TArgs... > const & Other ) const", "variables": []}
{"className": "TResolvable::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [TResolvable](API\\Plugins\\AVCodecsCore\\TResolvable)< TObject, TArgs... > const & Other ) const", "variables": []}
{"className": "TResolvable::Reset", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Clear the resolved deferred object.", "module": "AVCodecsCore", "code": "virtual void Reset()", "variables": []}
{"className": "TResolvable::TryResolve", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Deferred resolve, to be overridden by a variety of implementations.\nResolved deferred object if successful, invalid if not.", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TObject > TryResolve ( TArgs const &... Args )", "variables": []}
{"className": "TResolvable::Resolve", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Attempt to resolve the deferred object with specific arguments.\nTrue if the deferred object is successfully resolved.", "module": "AVCodecsCore", "code": "bool Resolve ( TArgs const &... Args )", "variables": []}
{"className": "TResolvable::ToSharedRef", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "[TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< TObject > ToSharedRef() const", "variables": []}
{"className": "TResolvable::TResolvable", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "TResolvable()", "variables": []}
{"className": "TResolvable::~TResolvable", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~TResolvable()", "variables": []}
{"className": "TResolvable", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "All generic (non-AV) utility types. Base type for a deferred object, to be resolved by an external application with specific and unpredictable requirements.", "module": "AVCodecsCore", "code": "template<typename TObject, typename... TArgs> class TResolvable", "variables": []}
{"className": "TTypeMap::Contains", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Tests whether this map contains an object of a specific type.\nTrue if an object of the type exists.", "module": "AVCodecsCore", "code": "template<typename TType, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TType, TBaseType >::Value, int >::type> bool Contains() const", "variables": []}
{"className": "TTypeMap::Edit", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Retrieves an object of a specific type, and if it does not exist in the map then create an invalid reference to it (which must then be set by the caller).\nShared pointer reference to the mapping, invalid if the object did not already exist.", "module": "AVCodecsCore", "code": "template<typename TType, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TType, TBaseType >::Value, int >::type> [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TType > & Edit()", "variables": []}
{"className": "TTypeMap::Get", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Retrieves an object of a specific type, if it already exists in the map.\nTyped object if it exists in the map, invalid if it does not.", "module": "AVCodecsCore", "code": "template<typename TType, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TType, TBaseType >::Value, int >::type> [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TType > const & Get() const", "variables": []}
{"className": "TTypeMap::Remove", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Remove an object type from the map.", "module": "AVCodecsCore", "code": "template<typename TType, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TType, TBaseType >::Value, int >::type> void Remove ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TType > const & NewContext )", "variables": []}
{"className": "TTypeMap::Set", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Add an object to the map, indexed by its type. If an object of this type already exists then replace it.", "module": "AVCodecsCore", "code": "template<typename TType, typename [TEnableIf](API\\Runtime\\Core\\Templates\\TEnableIf)< [TIsDerivedFrom](API\\Runtime\\Core\\Templates\\TIsDerivedFrom)< TType, TBaseType >::Value, int >::type> void Set ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TType > const & NewObject )", "variables": []}
{"className": "TTypeMap", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "Typed map of objects that are uniquely indexed by their type.", "module": "AVCodecsCore", "code": "template<typename TBaseType> class TTypeMap", "variables": []}
{"className": "TTypeMap::TTypeMap", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h", "description": "", "module": "AVCodecsCore", "code": "TTypeMap()", "variables": []}
{"className": "FBitstreamReader::GetDataRemaining", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint8 * GetDataRemaining() const", "variables": []}
{"className": "FBitstreamReader::IsByteAligned", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "bool IsByteAligned() const", "variables": []}
{"className": "FBitstreamReader::NumBitsRemaining", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint64 NumBitsRemaining() const", "variables": []}
{"className": "FBitstreamReader::PeekBits", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint32 PeekBits ( uint64 NumBits ) const", "variables": []}
{"className": "FBitstreamReader::NumBytesRemaining", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint64 NumBytesRemaining() const", "variables": []}
{"className": "FBitstreamReader::Read", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename TOutput> void Read ( TOutput & Output )", "variables": []}
{"className": "FBitstreamReader::Read", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename ValueType> void Read ( [FBitstreamSegment::UnsignedExpGolomb](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment\\UnsignedExpGolomb)< ValueType > & Output )", "variables": []}
{"className": "FBitstreamReader::Read", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename ValueType> void Read ( [FBitstreamSegment::SignedExpGolomb](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment\\SignedExpGolomb)< ValueType > & Output )", "variables": []}
{"className": "FBitstreamReader::Read", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<> void Read ( [FBitstreamSegment::U](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment\\U)< 0 > & Output )", "variables": []}
{"className": "FBitstreamReader::Read", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename TOutput, typename... TOutputs> void Read ( TOutput & Output, TOutputs &... Outputs )", "variables": []}
{"className": "FBitstreamReader::ReadBits", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint32 ReadBits ( uint64 NumBits )", "variables": []}
{"className": "FBitstreamReader::ReadBits", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename TOutput> void ReadBits ( TOutput & Output, uint64 NumBits )", "variables": []}
{"className": "FBitstreamReader::ReadBits64", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "uint64 ReadBits64 ( uint64 NumBits )", "variables": []}
{"className": "FBitstreamReader::Seek", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "void Seek ( uint64 NewBytePosition, uint32 NewBitPosition )", "variables": []}
{"className": "FBitstreamReader::SkipBits", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "void SkipBits ( uint64 NumBits )", "variables": []}
{"className": "FBitstreamReader::SkipBytes", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "void SkipBytes ( uint64 NumBytes )", "variables": []}
{"className": "FBitstreamReader::FBitstreamReader", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "FBitstreamReader ( uint8 * Data, uint64 DataSize, uint64 BytePosition, uint8 BitPosition )", "variables": []}
{"className": "FBitstreamReader", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "Simple wrapper for typed reads from a bitstream.", "module": "AVCodecsCore", "code": "struct FBitstreamReader", "variables": []}
{"className": "SE", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "typedef [SignedExpGolomb](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment\\SignedExpGolomb)<> SE", "variables": []}
{"className": "FBitstreamSegment::SignedExpGolomb::operator ValueType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "operator ValueType&40;&41; const", "variables": []}
{"className": "FBitstreamSegment::SignedExpGolomb::operator=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "SignedExpGolomb & operator&61; &40; ValueType From &41;", "variables": []}
{"className": "FBitstreamSegment::SignedExpGolomb::SignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "SignedExpGolomb &40; ValueType Value &41;", "variables": []}
{"className": "FBitstreamSegment::SignedExpGolomb::SignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "SignedExpGolomb&40;&41;", "variables": []}
{"className": "SignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "Signed int, compressed to a dynamic number of bits.", "module": "AVCodecsCore", "code": "template<typename ValueType> struct SignedExpGolomb", "variables": [{"type": "ValueType", "name": "Value", "description": ""}]}
{"className": "FBitstreamSegment::U::AsBool", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "bool AsBool&40;&41; const", "variables": []}
{"className": "FBitstreamSegment::U::operator ValueType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "operator ValueType&40;&41; const", "variables": []}
{"className": "FBitstreamSegment::U::operator=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U & operator&61; &40; ValueType const & From &41;", "variables": []}
{"className": "FBitstreamSegment::U::U", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U&40;&41;", "variables": []}
{"className": "FBitstreamSegment::U::U", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U &40; ValueType const & Value &41;", "variables": []}
{"className": "U", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "U< 0, ValueType >", "module": "AVCodecsCore", "code": "template<uint8 NumBits, typename ValueType> struct U", "variables": [{"type": "ValueType", "name": "Value", "description": ""}]}
{"className": "UE", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "typedef [UnsignedExpGolomb](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment\\UnsignedExpGolomb)<> UE", "variables": []}
{"className": "FBitstreamSegment::UnsignedExpGolomb::operator ValueType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "operator ValueType&40;&41; const", "variables": []}
{"className": "FBitstreamSegment::UnsignedExpGolomb::operator=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "UnsignedExpGolomb & operator&61; &40; ValueType From &41;", "variables": []}
{"className": "FBitstreamSegment::UnsignedExpGolomb::UnsignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "UnsignedExpGolomb&40;&41;", "variables": []}
{"className": "FBitstreamSegment::UnsignedExpGolomb::UnsignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "UnsignedExpGolomb &40; ValueType Value &41;", "variables": []}
{"className": "UnsignedExpGolomb", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "Unsigned int, compressed to a dynamic number of bits.", "module": "AVCodecsCore", "code": "template<typename ValueType> struct UnsignedExpGolomb", "variables": [{"type": "ValueType", "name": "Value", "description": ""}]}
{"className": "FBitstreamSegment::U< 0, ValueType >::operator uint32", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "operator uint32&40;&41; const", "variables": []}
{"className": "FBitstreamSegment::U< 0, ValueType >::operator=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U & operator&61; &40; uint32 From &41;", "variables": []}
{"className": "FBitstreamSegment::U< 0, ValueType >::U", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U&40;&41;", "variables": []}
{"className": "FBitstreamSegment::U< 0, ValueType >::U", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "U &40; uint32 const & Value &41;", "variables": []}
{"className": "U< 0, ValueType >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename ValueType> struct U< 0, ValueType >", "variables": [{"type": "uint32", "name": "Value", "description": ""}]}
{"className": "FBitstreamSegment", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "Base class for a compressed block of bitstream data. Provides scoped access to some parsing types for use withFBitstreamReader.", "module": "AVCodecsCore", "code": "struct FBitstreamSegment", "variables": []}
{"className": "FNalu", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "struct FNalu : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": []}
{"className": "TBitSizeContainer", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "typedef typename TTupleElement<(NumBits > 8)+(NumBits > 16)+(NumBits > 32), [TTuple](API\\Runtime\\Core\\Misc\\TTuple)< uint8, uint16, uint32, uint64 >>::Type TBitSizeContainer", "variables": []}
{"className": "TBitSizeOf", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "template<typename Type> struct TBitSizeOf", "variables": []}
{"className": "EH264AdaptiveTransformMode", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "enum EH264AdaptiveTransformMode { Auto, Disable, Enable, }", "variables": []}
{"className": "EH264EntropyCodingMode", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "enum EH264EntropyCodingMode { Auto, CABAC, CAVLC, }", "variables": []}
{"className": "EH264Profile", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "Easy to understand user facing profiles from the T-Rec-H.264-201304 spec there is another enum in CodecUtilsH264 that aligns the profiles with PIC and constraints however users are not expected to understand those ones.", "module": "AVCodecsCore", "code": "enum EH264Profile { Auto, CALVLC444Intra, Baseline, ConstrainedBaseline, Main, ScalableBaseline, ScalableConstrainedBaseline, ScalableHigh, ScalableConstrainedHigh, ScalableHighIntra, Extended, High, ProgressiveHigh, ConstrainedHigh, High10, High10Intra, MultiviewHigh, High422, High422Intra, StereoHigh, MultiviewDepthHigh, High444, High444Intra, MAX, }", "variables": []}
{"className": "EH265Profile", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "Easy to understand user facing profiles from the T-Rec-H.264-201304 spec there is another enum in CodecUtilsH265 that aligns the profiles with PIC and constraints however users are not expected to understand those ones.", "module": "AVCodecsCore", "code": "enum EH265Profile { Auto, Main, Main10, Main10StillPicture, MainStillPicture, Monochrome, Monochrome10, Monochrome12, Monochrome16, Main12, Main422_10, Main422_12, Main444, Main444_10, Main444_12, MainIntra, Main10Intra, Main12Intra, Main422_10Intra, Main422_12Intra, Main444_Intra, Main444_10Intra, Main444_12Intra, Main444_16Intra, Main444StillPicture, Main444_16StillPicture, HighThroughput444, HighThroughput444_10, HighThroughput444_14, HighThroughput444_16Intra, ScreenExtendedMain, ScreenExtendedMain10, ScreenExtendedMain444, ScreenExtendedMain444_10, ScreenExtendedHighThroughput444, ScreenExtendedHighThroughput444_10, ScreenExtendedHighThroughput444_14, MAX, }", "variables": []}
{"className": "FH264ProfileDefinition", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "struct FH264ProfileDefinition", "variables": [{"type": "UE::AVCodecCore...", "name": "ConstraintFlags", "description": ""}, {"type": "const TCHAR \u0004...", "name": "Name", "description": ""}, {"type": "UE::AVCodecCore...", "name": "PIDC", "description": ""}, {"type": "EH264Profile", "name": "Profile", "description": ""}]}
{"className": "FH265ChromaInfo", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FH265ChromaInfo", "variables": []}
{"className": "FH265ProfileDefinition", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FH265ProfileDefinition", "variables": [{"type": "UE::AVCodecCore...", "name": "ConstraintFlags", "description": ""}, {"type": "const TCHAR \u0004...", "name": "Name", "description": ""}, {"type": "UE::AVCodecCore...", "name": "PIDC", "description": ""}, {"type": "EH265Profile", "name": "Profile", "description": ""}]}
{"className": "Value", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Utils/BitstreamReader.h", "description": "", "module": "AVCodecsCore", "code": "static constexpr uint16 Value = sizeof(Type) * 8;", "variables": []}
{"className": "FNaluH265::IsSlice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "bool IsSlice()", "variables": []}
{"className": "FNaluH265", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluH265 : public [FNalu](API\\Plugins\\AVCodecsCore\\Utils\\FNalu)", "variables": [{"type": "const uint8 \u0004...", "name": "EBSP", "description": ""}, {"type": "U< 6,ENaluType...", "name": "nal_unit_type", "description": ""}, {"type": "U< 6 >", "name": "nuh_layer_id", "description": ""}, {"type": "U< 3 >", "name": "nuh_temporal_id_plus1", "description": ""}, {"type": "uint64", "name": "Size", "description": ""}, {"type": "uint8", "name": "StartCodeSize", "description": ""}, {"type": "uint64", "name": "StartIdx", "description": ""}]}
{"className": "FNaluInfo", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluInfo", "variables": [{"type": "const uint8 \u0004...", "name": "Data", "description": ""}, {"type": "uint8", "name": "RefIdc", "description": ""}, {"type": "uint64", "name": "Size", "description": ""}, {"type": "uint64", "name": "Start", "description": ""}, {"type": "uint8", "name": "StartCodeSize", "description": ""}, {"type": "ENaluType", "name": "Type", "description": ""}]}
{"className": "FNaluPPS::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse()", "variables": []}
{"className": "FNaluPPS::pps_3d_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "pps_3d_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct pps_3d_extension_t", "variables": []}
{"className": "pps_multilayer_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct pps_multilayer_extension_t", "variables": []}
{"className": "FNaluPPS::pps_multilayer_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "FNaluPPS::pps_range_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; uint8 const & in_transform_skip_enabled_flag, FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "pps_range_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct pps_range_extension_t", "variables": [{"type": "TArray<SE>", "name": "cb_qp_offset_list", "description": ""}, {"type": "U< 1 >", "name": "chroma_qp_offset_list_enabled_flag", "description": ""}, {"type": "UE", "name": "chroma_qp_offset_list_len_minus1", "description": ""}, {"type": "TArray<SE>", "name": "cr_qp_offset_list", "description": ""}, {"type": "U< 1 >", "name": "cross_component_prediction_enabled_flag", "description": ""}, {"type": "UE", "name": "diff_cu_chroma_qp_offset_depth", "description": ""}, {"type": "UE", "name": "log2_max_transform_skip_block_size_minus2", "description": ""}, {"type": "UE", "name": "log2_sao_offset_scale_chroma", "description": ""}, {"type": "UE", "name": "log2_sao_offset_scale_luma", "description": ""}]}
{"className": "FNaluPPS::pps_scc_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "FNaluPPS::FNaluPPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluPPS()", "variables": []}
{"className": "pps_scc_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct pps_scc_extension_t", "variables": [{"type": "UE", "name": "chroma_bit_depth_entry_minus8", "description": ""}, {"type": "UE", "name": "luma_bit_depth_entry_minus8", "description": ""}, {"type": "U< 1 >", "name": "monochrome_palette_flag", "description": ""}, {"type": "SE", "name": "pps_act_cb_qp_offset_plus5", "description": ""}, {"type": "SE", "name": "pps_act_cr_qp_offset_plus3", "description": ""}, {"type": "SE", "name": "pps_act_y_qp_offset_plus5", "description": ""}, {"type": "U< 1 >", "name": "pps_curr_pic_ref_enabled_flag", "description": ""}, {"type": "UE", "name": "pps_num_palette_predictor_initializers", "description": ""}, {"type": "TArray<TArray<...", "name": "pps_palette_predictor_initializer", "description": ""}, {"type": "U< 1 >", "name": "pps_palette_predictor_initializers_present_flag", "description": ""}, {"type": "U< 1 >", "name": "pps_slice_act_qp_offsets_present_flag", "description": ""}, {"type": "U< 1 >", "name": "residual_adaptive_colour_transform_enabled_flag", "description": ""}]}
{"className": "FNaluPPS::FNaluPPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluPPS ( [FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) const & InNaluH265 )", "variables": []}
{"className": "FNaluSEI::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse()", "variables": []}
{"className": "FNaluPPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluPPS : public [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265)", "variables": [{"type": "U< 1 >", "name": "cabac_init_present_flag", "description": ""}, {"type": "TArray<UE>", "name": "column_width_minus1", "description": ""}, {"type": "U< 1 >", "name": "constrained_intra_pred_flag", "description": ""}, {"type": "U< 1 >", "name": "cu_qp_delta_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "deblocking_filter_control_present_flag", "description": ""}, {"type": "U< 1 >", "name": "deblocking_filter_override_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "dependent_slice_segments_enabled_flag", "description": ""}, {"type": "UE", "name": "diff_cu_qp_delta_depth", "description": ""}, {"type": "U< 1 >", "name": "entropy_coding_sync_enabled_flag", "description": ""}, {"type": "SE", "name": "init_qp_minus26", "description": ""}, {"type": "U< 1 >", "name": "lists_modification_present_flag", "description": ""}, {"type": "UE", "name": "log2_parallel_merge_level_minus2", "description": ""}, {"type": "U< 1 >", "name": "loop_filter_across_tiles_enabled_flag", "description": ""}, {"type": "U< 3 >", "name": "num_extra_slice_header_bits", "description": ""}, {"type": "UE", "name": "num_ref_idx_l0_default_active_minus1", "description": ""}, {"type": "UE", "name": "num_ref_idx_l1_default_active_minus1", "description": ""}, {"type": "UE", "name": "num_tile_columns_minus1", "description": ""}, {"type": "UE", "name": "num_tile_rows_minus1", "description": ""}, {"type": "U< 1 >", "name": "output_flag_present_flag", "description": ""}, {"type": "UE::AVCodecCore...", "name": "pps_3d_extension", "description": ""}, {"type": "U< 1 >", "name": "pps_3d_extension_flag", "description": ""}, {"type": "SE", "name": "pps_beta_offset_div2", "description": ""}, {"type": "SE", "name": "pps_cb_qp_offset", "description": ""}, {"type": "SE", "name": "pps_cr_qp_offset", "description": ""}, {"type": "U< 1 >", "name": "pps_deblocking_filter_disabled_flag", "description": ""}, {"type": "U< 4 >", "name": "pps_extension_4bits", "description": ""}, {"type": "U< 1 >", "name": "pps_extension_present_flag", "description": ""}, {"type": "U< 1 >", "name": "pps_loop_filter_across_slices_enabled_flag", "description": ""}, {"type": "UE::AVCodecCore...", "name": "pps_multilayer_extension", "description": ""}, {"type": "U< 1 >", "name": "pps_multilayer_extension_flag", "description": ""}, {"type": "UE", "name": "pps_pic_parameter_set_id", "description": ""}, {"type": "UE::AVCodecCore...", "name": "pps_range_extension", "description": ""}, {"type": "U< 1 >", "name": "pps_range_extension_flag", "description": ""}, {"type": "U< 1 >", "name": "pps_scaling_list_data_present_flag", "description": ""}, {"type": "UE::AVCodecCore...", "name": "pps_scc_extension", "description": ""}, {"type": "U< 1 >", "name": "pps_scc_extension_flag", "description": ""}, {"type": "UE", "name": "pps_seq_parameter_set_id", "description": ""}, {"type": "U< 1 >", "name": "pps_slice_chroma_qp_offsets_present_flag", "description": ""}, {"type": "SE", "name": "pps_tc_offset_div2", "description": ""}, {"type": "TArray<UE>", "name": "row_height_minus1", "description": ""}, {"type": "scaling_list_da...", "name": "scaling_list_data", "description": ""}, {"type": "U< 1 >", "name": "sign_data_hiding_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "slice_segment_header_extension_present_flag", "description": ""}, {"type": "U< 1 >", "name": "tiles_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "transform_skip_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "transquant_bypass_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "uniform_spacing_flag", "description": ""}, {"type": "U< 1 >", "name": "weighted_bipred_flag", "description": ""}, {"type": "U< 1 >", "name": "weighted_pred_flag", "description": ""}]}
{"className": "FNaluSEI::FNaluSEI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSEI()", "variables": []}
{"className": "FNaluSEI::FNaluSEI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSEI ( [FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) const & InNaluH265 )", "variables": []}
{"className": "FNaluSEI", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluSEI : public [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265)", "variables": []}
{"className": "FNaluSlice::IsIDR", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "bool IsIDR()", "variables": []}
{"className": "FNaluSlice::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse ( [FVideoDecoderConfigH265](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\FVideoDecoderConfigH265) * InConfig )", "variables": []}
{"className": "pred_weight_table_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct pred_weight_table_t", "variables": [{"type": "TStaticArray<U...", "name": "chroma_weight_l0_flag", "description": ""}, {"type": "TStaticArray<U...", "name": "chroma_weight_l1_flag", "description": ""}, {"type": "SE", "name": "delta_chroma_log2_weight_denom", "description": ""}, {"type": "TStaticArray<T...", "name": "delta_chroma_offset_l0", "description": ""}, {"type": "TStaticArray<T...", "name": "delta_chroma_offset_l1", "description": ""}, {"type": "TStaticArray<T...", "name": "delta_chroma_weight_l0", "description": ""}, {"type": "TStaticArray<T...", "name": "delta_chroma_weight_l1", "description": ""}, {"type": "TStaticArray<S...", "name": "delta_luma_weight_l0", "description": ""}, {"type": "TStaticArray<S...", "name": "delta_luma_weight_l1", "description": ""}, {"type": "UE", "name": "luma_log2_weight_denom", "description": ""}, {"type": "TStaticArray<S...", "name": "luma_offset_l0", "description": ""}, {"type": "TStaticArray<S...", "name": "luma_offset_l1", "description": ""}, {"type": "TStaticArray<U...", "name": "luma_weight_l0_flag", "description": ""}, {"type": "TStaticArray<U...", "name": "luma_weight_l1_flag", "description": ""}]}
{"className": "FNaluSlice::pred_weight_table_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; const uint8 & ChromaArrayType, FNaluSlice const & CurrentSlice, FBitstreamReader & BitStream &41;", "variables": []}
{"className": "FNaluSlice::ref_pic_list_modification_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; uint8 const & in_num_ref_idx_l0_active_minus1, uint8 const & in_num_ref_idx_l1_active_minus1, uint32 const & InNumPicTotalCurr, EH265SliceType const & SliceType, FBitstreamReader & BitStream &41;", "variables": []}
{"className": "ref_pic_list_modification_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct ref_pic_list_modification_t", "variables": [{"type": "TArray<U<> >", "name": "list_entry_l0", "description": ""}, {"type": "TArray<U<> >", "name": "list_entry_l1", "description": ""}, {"type": "U< 1 >", "name": "ref_pic_list_modification_flag_l0", "description": ""}, {"type": "U< 1 >", "name": "ref_pic_list_modification_flag_l1", "description": ""}]}
{"className": "FNaluSlice::FNaluSlice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSlice()", "variables": []}
{"className": "FNaluSlice::FNaluSlice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSlice ( [FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) const & InNaluH265 )", "variables": []}
{"className": "conf_win_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct conf_win_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "UE", "name": "bottom_offset", "description": ""}, {"type": "UE", "name": "left_offset", "description": ""}, {"type": "UE", "name": "right_offset", "description": ""}, {"type": "UE", "name": "top_offset", "description": ""}]}
{"className": "FNaluSlice", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluSlice : public [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265)", "variables": [{"type": "U< 1 >", "name": "cabac_init_flag", "description": ""}, {"type": "U< 1 >", "name": "collocated_from_l0_flag", "description": ""}, {"type": "UE", "name": "collocated_ref_idx", "description": ""}, {"type": "U< 2 >", "name": "colour_plane_id", "description": ""}, {"type": "U< 1 >", "name": "cu_chroma_qp_offset_enabled_flag", "description": ""}, {"type": "TWeakPtr<FNalu...", "name": "CurrentPPS", "description": "Members derived from bitstream."}, {"type": "TWeakPtr<FNalu...", "name": "CurrentSPS", "description": ""}, {"type": "TWeakPtr<FNalu...", "name": "CurrentVPS", "description": ""}, {"type": "uint32", "name": "CurrPicIdx", "description": ""}, {"type": "uint32", "name": "CurrPicOrderCntVal", "description": ""}, {"type": "uint32", "name": "CurrRpsIdx", "description": ""}, {"type": "U< 1 >", "name": "deblocking_filter_override_flag", "description": ""}, {"type": "TArray<UE>", "name": "delta_poc_msb_cycle_lt", "description": ""}, {"type": "TArray<U< 1 > ...", "name": "delta_poc_msb_present_flag", "description": ""}, {"type": "U< 1 >", "name": "dependent_slice_segment_flag", "description": ""}, {"type": "TArray<U<> >", "name": "entry_point_offset_minus1", "description": ""}, {"type": "U< 1 >", "name": "first_slice_segment_in_pic_flag", "description": "Members read from bitstream."}, {"type": "UE", "name": "five_minus_max_num_merge_cand", "description": ""}, {"type": "TArray<U<> >", "name": "lt_idx_sps", "description": ""}, {"type": "U< 1 >", "name": "mvd_l1_zero_flag", "description": ""}, {"type": "U< 1 >", "name": "no_output_of_prior_pics_flag", "description": ""}, {"type": "UE", "name": "num_entry_point_offsets", "description": ""}, {"type": "UE", "name": "num_long_term_pics", "description": ""}, {"type": "UE", "name": "num_long_term_sps", "description": ""}, {"type": "U< 1 >", "name": "num_ref_idx_active_override_flag", "description": ""}, {"type": "UE", "name": "num_ref_idx_l0_active_minus1", "description": ""}, {"type": "UE", "name": "num_ref_idx_l1_active_minus1", "description": ""}, {"type": "uint32", "name": "NumBitsForShortTermRPSInSlice", "description": ""}, {"type": "UE", "name": "offset_len_minus1", "description": ""}, {"type": "U< 1 >", "name": "pic_output_flag", "description": ""}, {"type": "TArray<U<> >", "name": "poc_lsb_lt", "description": ""}, {"type": "UE::AVCodecCore...", "name": "pred_weight_table", "description": ""}, {"type": "UE::AVCodecCore...", "name": "ref_pic_list_modification", "description": ""}, {"type": "short_term_ref_...", "name": "short_term_ref_pic_set", "description": ""}, {"type": "U", "name": "short_term_ref_pic_set_idx", "description": ""}, {"type": "U< 1 >", "name": "short_term_ref_pic_set_sps_flag", "description": ""}, {"type": "SE", "name": "slice_act_cb_qp_offset", "description": ""}, {"type": "SE", "name": "slice_act_cr_qp_offset", "description": ""}, {"type": "SE", "name": "slice_act_y_qp_offset", "description": ""}, {"type": "SE", "name": "slice_beta_offset_div2", "description": ""}, {"type": "SE", "name": "slice_cb_qp_offset", "description": ""}, {"type": "SE", "name": "slice_cr_qp_offset", "description": ""}, {"type": "U< 1 >", "name": "slice_deblocking_filter_disabled_flag", "description": ""}, {"type": "U< 1 >", "name": "slice_loop_filter_across_slices_enabled_flag", "description": ""}, {"type": "U", "name": "slice_pic_order_cnt_lsb", "description": ""}, {"type": "UE", "name": "slice_pic_parameter_set_id", "description": ""}, {"type": "SE", "name": "slice_qp_delta", "description": ""}, {"type": "U< 1 >", "name": "slice_sao_chroma_flag", "description": ""}, {"type": "U< 1 >", "name": "slice_sao_luma_flag", "description": ""}, {"type": "U", "name": "slice_segment_address", "description": ""}, {"type": "TArray<U< 8 > ...", "name": "slice_segment_header_extension_data_byte", "description": ""}, {"type": "UE", "name": "slice_segment_header_extension_length", "description": ""}, {"type": "SE", "name": "slice_tc_offset_div2", "description": ""}, {"type": "U< 1 >", "name": "slice_temporal_mvp_enabled_flag", "description": ""}, {"type": "UnsignedExpGolo...", "name": "slice_type", "description": ""}, {"type": "U< 1 >", "name": "use_integer_mv_flag", "description": ""}, {"type": "TArray<U< 1 > ...", "name": "used_by_curr_pic_lt_flag", "description": ""}]}
{"className": "FNaluSPS::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse()", "variables": []}
{"className": "FNaluSPS::sps_3d_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "sps_3d_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sps_3d_extension_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": []}
{"className": "FNaluSPS::sps_multilayer_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "sps_multilayer_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sps_multilayer_extension_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": []}
{"className": "FNaluSPS::sps_range_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "sps_range_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sps_range_extension_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "U< 1 >", "name": "cabac_bypass_alignment_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "explicit_rdpcm_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "extended_precision_processing_flag", "description": ""}, {"type": "U< 1 >", "name": "high_precision_offsets_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "implicit_rdpcm_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "intra_smoothing_disabled_flag", "description": ""}, {"type": "U< 1 >", "name": "persistent_rice_adaptation_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "transform_skip_context_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "transform_skip_rotation_enabled_flag", "description": ""}]}
{"className": "sps_scc_extension_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sps_scc_extension_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "UE", "name": "delta_palette_max_predictor_size", "description": ""}, {"type": "U< 1 >", "name": "intra_boundary_filtering_disabled_flag", "description": ""}, {"type": "U< 2 >", "name": "motion_vector_resolution_control_idc", "description": ""}, {"type": "UE", "name": "palette_max_size", "description": ""}, {"type": "U< 1 >", "name": "palette_mode_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "sps_curr_pic_ref_enabled_flag", "description": ""}, {"type": "UE", "name": "sps_num_palette_predictor_initializers_minus1", "description": ""}, {"type": "TArray<TArray<...", "name": "sps_palette_predictor_initializers", "description": ""}, {"type": "U< 1 >", "name": "sps_palette_predictor_initializers_present_flag", "description": ""}]}
{"className": "FNaluSPS::sps_scc_extension_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; uint32 const & in_chroma_format_idc, uint32 const & in_bit_depth_chroma_minus8, FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "sub_layer_ordering_info_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sub_layer_ordering_info_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "UE", "name": "sps_max_dec_pic_buffering_minus1", "description": ""}, {"type": "UE", "name": "sps_max_latency_increase_plus1", "description": ""}, {"type": "UE", "name": "sps_max_num_reorder_pics", "description": ""}]}
{"className": "FNaluSPS::vui_parameters_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "vui_parameters_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct vui_parameters_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "U< 8 >", "name": "aspect_ratio_idc", "description": ""}, {"type": "U< 1 >", "name": "aspect_ratio_info_present_flag", "description": ""}, {"type": "U< 1 >", "name": "bitstream_restriction_flag", "description": ""}, {"type": "U< 1 >", "name": "chroma_loc_info_present_flag", "description": ""}, {"type": "UE", "name": "chroma_sample_loc_type_bottom_field", "description": ""}, {"type": "UE", "name": "chroma_sample_loc_type_top_field", "description": ""}, {"type": "U< 1 >", "name": "colour_description_present_flag", "description": ""}, {"type": "U< 8 >", "name": "colour_primaries", "description": ""}, {"type": "UE", "name": "def_disp_win_bottom_offset", "description": ""}, {"type": "UE", "name": "def_disp_win_left_offset", "description": ""}, {"type": "UE", "name": "def_disp_win_right_offset", "description": ""}, {"type": "UE", "name": "def_disp_win_top_offset", "description": ""}, {"type": "U< 1 >", "name": "default_display_window_flag", "description": ""}, {"type": "U< 1 >", "name": "field_seq_flag", "description": ""}, {"type": "U< 1 >", "name": "frame_field_info_present_flag", "description": ""}, {"type": "hrd_parameters_...", "name": "hrd_parameters", "description": ""}, {"type": "UE", "name": "log2_max_mv_length_horizontal", "description": ""}, {"type": "UE", "name": "log2_max_mv_length_vertical", "description": ""}, {"type": "U< 8 >", "name": "matrix_coeffs", "description": ""}, {"type": "UE", "name": "max_bits_per_min_cu_denom", "description": ""}, {"type": "UE", "name": "max_bytes_per_pic_denom", "description": ""}, {"type": "UE", "name": "min_spatial_segmentation_idc", "description": ""}, {"type": "U< 1 >", "name": "motion_vectors_over_pic_boundaries_flag", "description": ""}, {"type": "U< 1 >", "name": "neutral_chroma_indication_flag", "description": ""}, {"type": "U< 1 >", "name": "overscan_appropriate_flag", "description": ""}, {"type": "U< 1 >", "name": "overscan_info_present_flag", "description": ""}, {"type": "U< 1 >", "name": "restricted_ref_pic_lists_flag", "description": ""}, {"type": "U< 16 >", "name": "sar_height", "description": ""}, {"type": "U< 16 >", "name": "sar_width", "description": ""}, {"type": "U< 1 >", "name": "tiles_fixed_structure_flag", "description": ""}, {"type": "U< 8 >", "name": "transfer_characteristics", "description": ""}, {"type": "U< 3 >", "name": "video_format", "description": ""}, {"type": "U< 1 >", "name": "video_full_range_flag", "description": ""}, {"type": "U< 1 >", "name": "video_signal_type_present_flag", "description": ""}, {"type": "U< 1 >", "name": "vui_hrd_parameters_present_flag", "description": ""}, {"type": "UE", "name": "vui_num_ticks_poc_diff_one_minus1", "description": ""}, {"type": "U< 32 >", "name": "vui_num_units_in_tick", "description": ""}, {"type": "U< 1 >", "name": "vui_poc_proportional_to_timing_flag", "description": ""}, {"type": "U< 32 >", "name": "vui_time_scale", "description": ""}, {"type": "U< 1 >", "name": "vui_timing_info_present_flag", "description": ""}]}
{"className": "FNaluSPS::FNaluSPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSPS()", "variables": []}
{"className": "FNaluSPS::FNaluSPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluSPS ( [FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) const & InNaluH265 )", "variables": []}
{"className": "FNaluSPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluSPS : public [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265)", "variables": [{"type": "U< 1 >", "name": "amp_enabled_flag", "description": ""}, {"type": "UE", "name": "bit_depth_chroma_minus8", "description": ""}, {"type": "UE", "name": "bit_depth_luma_minus8", "description": ""}, {"type": "UE", "name": "chroma_format_idc", "description": ""}, {"type": "UE", "name": "ChromaArrayType", "description": ""}, {"type": "UE::AVCodecCore...", "name": "conf_win", "description": ""}, {"type": "U< 1 >", "name": "conformance_window_flag", "description": ""}, {"type": "UE", "name": "log2_diff_max_min_luma_coding_block_size", "description": ""}, {"type": "UE", "name": "log2_diff_max_min_luma_transform_block_size", "description": ""}, {"type": "UE", "name": "log2_diff_max_min_pcm_luma_coding_block_size", "description": ""}, {"type": "UE", "name": "log2_max_pic_order_cnt_lsb_minus4", "description": ""}, {"type": "UE", "name": "log2_min_luma_coding_block_size_minus3", "description": ""}, {"type": "UE", "name": "log2_min_luma_transform_block_size_minus2", "description": ""}, {"type": "UE", "name": "log2_min_pcm_luma_coding_block_size_minus3", "description": ""}, {"type": "U< 1 >", "name": "long_term_ref_pics_present_flag", "description": ""}, {"type": "TArray<long_te...", "name": "long_term_ref_pics_sps", "description": ""}, {"type": "UE", "name": "max_transform_hierarchy_depth_inter", "description": ""}, {"type": "UE", "name": "max_transform_hierarchy_depth_intra", "description": ""}, {"type": "uint32", "name": "MaxDpbSize", "description": "Members derived from bitstream."}, {"type": "UE", "name": "num_long_term_ref_pics_sps", "description": ""}, {"type": "UE", "name": "num_short_term_ref_pic_sets", "description": ""}, {"type": "U< 1 >", "name": "pcm_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "pcm_loop_filter_disabled_flag", "description": ""}, {"type": "U< 4 >", "name": "pcm_sample_bit_depth_chroma_minus1", "description": ""}, {"type": "U< 4 >", "name": "pcm_sample_bit_depth_luma_minus1", "description": ""}, {"type": "UE", "name": "pic_height_in_luma_samples", "description": ""}, {"type": "UE", "name": "pic_width_in_luma_samples", "description": ""}, {"type": "profile_tier_le...", "name": "profile_tier_level", "description": ""}, {"type": "U< 1 >", "name": "sample_adaptive_offset_enabled_flag", "description": ""}, {"type": "scaling_list_da...", "name": "scaling_list_data", "description": ""}, {"type": "U< 1 >", "name": "scaling_list_enabled_flag", "description": ""}, {"type": "U< 1 >", "name": "separate_colour_plane_flag", "description": ""}, {"type": "TArray<short_t...", "name": "short_term_ref_pic_sets", "description": ""}, {"type": "UE::AVCodecCore...", "name": "sps_3d_extension", "description": ""}, {"type": "U< 1 >", "name": "sps_3d_extension_flag", "description": ""}, {"type": "U< 4 >", "name": "sps_extension_4bits", "description": ""}, {"type": "U< 1 >", "name": "sps_extension_present_flag", "description": ""}, {"type": "U< 3 >", "name": "sps_max_sub_layers_minus1", "description": ""}, {"type": "UE::AVCodecCore...", "name": "sps_multilayer_extension", "description": ""}, {"type": "U< 1 >", "name": "sps_multilayer_extension_flag", "description": ""}, {"type": "UE::AVCodecCore...", "name": "sps_range_extension", "description": ""}, {"type": "U< 1 >", "name": "sps_range_extension_flag", "description": ""}, {"type": "U< 1 >", "name": "sps_scaling_list_data_present_flag", "description": ""}, {"type": "UE::AVCodecCore...", "name": "sps_scc_extension", "description": ""}, {"type": "U< 1 >", "name": "sps_scc_extension_flag", "description": ""}, {"type": "UE", "name": "sps_seq_parameter_set_id", "description": ""}, {"type": "U< 1 >", "name": "sps_sub_layer_ordering_info_present_flag", "description": ""}, {"type": "U< 1 >", "name": "sps_temporal_id_nesting_flag", "description": ""}, {"type": "U< 1 >", "name": "sps_temporal_mvp_enabled_flag", "description": ""}, {"type": "U< 4 >", "name": "sps_video_parameter_set_id", "description": ""}, {"type": "U< 1 >", "name": "strong_intra_smoothing_enabled_flag", "description": ""}, {"type": "TArray<sub_lay...", "name": "sub_layer_ordering_infos", "description": ""}, {"type": "UE::AVCodecCore...", "name": "vui_parameters", "description": ""}, {"type": "U< 1 >", "name": "vui_parameters_present_flag", "description": ""}]}
{"className": "FNaluVPS::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse()", "variables": []}
{"className": "FNaluVPS::FNaluVPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluVPS()", "variables": []}
{"className": "FNaluVPS::FNaluVPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "FNaluVPS ( [FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) const & InNaluH265 )", "variables": []}
{"className": "FNaluVPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FNaluVPS : public [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265)", "variables": [{"type": "TArray<U< 1 > ...", "name": "cprms_present_flag", "description": ""}, {"type": "TArray<UE>", "name": "hrd_layer_set_idx", "description": ""}, {"type": "TArray<hrd_par...", "name": "HrdParameters", "description": ""}, {"type": "TArray<TArray<...", "name": "layer_id_included_flag", "description": ""}, {"type": "uint32", "name": "prevPicOrderCntLsb", "description": "Stream State Members TODO (aidan) perhaps this should be moved elsewhere"}, {"type": "uint32", "name": "prevPicOrderCntMsb", "description": ""}, {"type": "profile_tier_le...", "name": "profile_tier_level", "description": ""}, {"type": "U< 1 >", "name": "vps_base_layer_available_flag", "description": ""}, {"type": "U< 1 >", "name": "vps_base_layer_internal_flag", "description": ""}, {"type": "U< 1 >", "name": "vps_extension_flag", "description": ""}, {"type": "TArray<UE>", "name": "vps_max_dec_pic_buffering_minus1", "description": ""}, {"type": "TArray<UE>", "name": "vps_max_latency_increase_plus1", "description": ""}, {"type": "U< 6 >", "name": "vps_max_layer_id", "description": ""}, {"type": "U< 6 >", "name": "vps_max_layers_minus1", "description": ""}, {"type": "TArray<UE>", "name": "vps_max_num_reorder_pics", "description": ""}, {"type": "U< 3 >", "name": "vps_max_sub_layers_minus1", "description": ""}, {"type": "UE", "name": "vps_num_hrd_parameters", "description": ""}, {"type": "UE", "name": "vps_num_layer_sets_minus1", "description": ""}, {"type": "UE", "name": "vps_num_ticks_poc_diff_one_minus1", "description": ""}, {"type": "U< 32 >", "name": "vps_num_units_in_tick", "description": ""}, {"type": "U< 1 >", "name": "vps_poc_proportional_to_timing_flag", "description": ""}, {"type": "U< 1 >", "name": "vps_sub_layer_ordering_info_present_flag", "description": ""}, {"type": "U< 1 >", "name": "vps_temporal_id_nesting_flag", "description": ""}, {"type": "U< 32 >", "name": "vps_time_scale", "description": ""}, {"type": "U< 1 >", "name": "vps_timing_info_present_flag", "description": ""}, {"type": "U< 4 >", "name": "vps_video_parameter_set_id", "description": ""}]}
{"className": "hrd_parameters_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse ( uint8 const & commonInfPresentFlag, uint8 const & maxNumSubLayersMinus1, [FBitstreamReader](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamReader) & Bitstream )", "variables": []}
{"className": "hrd_parameters_t::sub_layer_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse &40; uint8 const & in_sub_pic_hrd_params_present_flag, uint8 const & CpbCnt, FBitstreamReader & Bitstream &41;", "variables": []}
{"className": "sub_layer_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sub_layer_t", "variables": [{"type": "UE", "name": "cpb_cnt_minus1", "description": ""}, {"type": "UE", "name": "elemental_duration_in_tc_minus1", "description": ""}, {"type": "U< 1 >", "name": "fixed_pic_rate_general_flag", "description": ""}, {"type": "U< 1 >", "name": "fixed_pic_rate_within_cvs_flag", "description": ""}, {"type": "U< 1 >", "name": "low_delay_hrd_flag", "description": ""}, {"type": "TArray<sub_lay...", "name": "sub_layer_hrd_parameters", "description": ""}]}
{"className": "sub_layer_hrd_parameters_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sub_layer_hrd_parameters_t", "variables": []}
{"className": "long_term_ref_pics_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse ( const uint8 & log2_max_pic_order_cnt_lsb_minus4, [FBitstreamReader](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamReader) & Bitstream )", "variables": []}
{"className": "hrd_parameters_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct hrd_parameters_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "U< 5 >", "name": "au_cpb_removal_delay_length_minus1", "description": ""}, {"type": "U< 4 >", "name": "bit_rate_scale", "description": ""}, {"type": "U< 4 >", "name": "cpb_size_du_scale", "description": ""}, {"type": "U< 4 >", "name": "cpb_size_scale", "description": ""}, {"type": "U< 5 >", "name": "dpb_output_delay_du_length_minus1", "description": ""}, {"type": "U< 5 >", "name": "dpb_output_delay_length_minus1", "description": ""}, {"type": "U< 5 >", "name": "du_cpb_removal_delay_increment_length_minus1", "description": ""}, {"type": "U< 5 >", "name": "initial_cpb_removal_delay_length_minus1", "description": ""}, {"type": "U< 1 >", "name": "nal_hrd_parameters_present_flag", "description": ""}, {"type": "TArray<sub_lay...", "name": "sub_layers", "description": ""}, {"type": "U< 1 >", "name": "sub_pic_cpb_params_in_pic_timing_sei_flag", "description": ""}, {"type": "U< 1 >", "name": "sub_pic_hrd_params_present_flag", "description": ""}, {"type": "U< 8 >", "name": "tick_divisor_minus2", "description": ""}, {"type": "U< 1 >", "name": "vcl_hrd_parameters_present_flag", "description": ""}]}
{"className": "long_term_ref_pics_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct long_term_ref_pics_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "U", "name": "lt_ref_pic_poc_lsb_sps", "description": ""}, {"type": "U< 1 >", "name": "used_by_curr_pic_lt_sps_flag", "description": ""}]}
{"className": "PPS_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "struct PPS_t : public [FNalu](API\\Plugins\\AVCodecsCore\\Utils\\FNalu)", "variables": [{"type": "U< 1 >", "name": "bottom_field_pic_order_in_frame_present_flag", "description": ""}, {"type": "TArray<UE>", "name": "bottom_right", "description": ""}, {"type": "SE", "name": "chroma_qp_index_offset", "description": ""}, {"type": "U< 1 >", "name": "constrained_intra_pred_flag", "description": ""}, {"type": "U< 1 >", "name": "deblocking_filter_control_present_flag", "description": ""}, {"type": "U< 1 >", "name": "entropy_coding_mode_flag", "description": ""}, {"type": "UE", "name": "num_ref_idx_l0_default_active_minus1", "description": ""}, {"type": "UE", "name": "num_ref_idx_l1_default_active_minus1", "description": ""}, {"type": "UE", "name": "num_slice_groups_minus1", "description": ""}, {"type": "SE", "name": "pic_init_qp_minus26", "description": ""}, {"type": "SE", "name": "pic_init_qs_minus26", "description": ""}, {"type": "UE", "name": "pic_parameter_set_id", "description": ""}, {"type": "U< 1 >[12]", "name": "pic_scaling_list_present_flag", "description": ""}, {"type": "U< 1 >", "name": "pic_scaling_matrix_present_flag", "description": ""}, {"type": "UE", "name": "pic_size_in_map_units_minus1", "description": ""}, {"type": "U< 1 >", "name": "redundant_pic_cnt_present_flag", "description": ""}, {"type": "TArray<UE>", "name": "run_length_minus1", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList4x4", "description": ""}, {"type": "uint8[6][64]", "name": "ScalingList8x8", "description": ""}, {"type": "SE", "name": "second_chroma_qp_index_offset", "description": ""}, {"type": "UE", "name": "seq_parameter_set_id", "description": ""}, {"type": "U< 1 >", "name": "slice_group_change_direction_flag", "description": ""}, {"type": "UE", "name": "slice_group_change_rate_minus1", "description": ""}, {"type": "TArray<U<> >", "name": "slice_group_id", "description": ""}, {"type": "UE", "name": "slice_group_map_type", "description": ""}, {"type": "TArray<UE>", "name": "top_left", "description": ""}, {"type": "U< 1 >", "name": "transform_8x8_mode_flag", "description": ""}, {"type": "U< 2 >", "name": "weighted_bipred_idc", "description": ""}, {"type": "U< 1 >", "name": "weighted_pred_flag", "description": ""}]}
{"className": "profile_tier_level_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse ( const uint8 & profilePresentFlag, uint8 maxNumSubLayersMinus1, [FBitstreamReader](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamReader) & Bitstream )", "variables": []}
{"className": "sub_layer_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct sub_layer_t", "variables": [{"type": "EH265Constraint...", "name": "sub_layer_constraint_flags", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_inbld_flag", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_interlaced_source_flag", "description": ""}, {"type": "U< 8,EH265Leve...", "name": "sub_layer_level_idc", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_level_present_flag", "description": ""}, {"type": "U< 32 >", "name": "sub_layer_profile_compatibility_flag", "description": ""}, {"type": "U< 5,EH265Prof...", "name": "sub_layer_profile_idc", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_profile_present_flag", "description": ""}, {"type": "U< 2 >", "name": "sub_layer_profile_space", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_progressive_source_flag", "description": ""}, {"type": "U< 1 >", "name": "sub_layer_tier_flag", "description": ""}]}
{"className": "profile_tier_level_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct profile_tier_level_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "EH265Constraint...", "name": "general_constraint_flags", "description": ""}, {"type": "U< 1 >", "name": "general_inbld_flag", "description": ""}, {"type": "U< 1 >", "name": "general_interlaced_source_flag", "description": ""}, {"type": "U< 8,EH265Leve...", "name": "general_level_idc", "description": ""}, {"type": "U< 32 >", "name": "general_profile_compatibility_flag", "description": ""}, {"type": "U< 5,EH265Prof...", "name": "general_profile_idc", "description": ""}, {"type": "U< 2 >", "name": "general_profile_space", "description": ""}, {"type": "U< 1 >", "name": "general_progressive_source_flag", "description": ""}, {"type": "U< 1 >", "name": "general_tier_flag", "description": ""}, {"type": "TArray<sub_lay...", "name": "sub_layers", "description": ""}]}
{"className": "scaling_list_data_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse ( [FBitstreamReader](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamReader) & Bitstream )", "variables": []}
{"className": "SEI_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "SEI can transmit arbitrary data so we probably want something less rigid for this.", "module": "AVCodecsCore", "code": "struct SEI_t", "variables": []}
{"className": "scaling_list_data_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct scaling_list_data_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "TStaticArray<T...", "name": "scaling_list_dc_coef_minus8", "description": ""}, {"type": "TStaticArray<T...", "name": "scaling_list_pred_matrix_id_delta", "description": ""}, {"type": "TStaticArray<T...", "name": "scaling_list_pred_mode_flag", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList0", "description": ""}, {"type": "uint8[3][6][64]", "name": "ScalingList1to3", "description": ""}]}
{"className": "short_term_ref_pic_set_t::CalculateValues", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void CalculateValues ( uint8 const & stRpsIdx, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [short_term_ref_pic_set_t](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\short_term_ref_pic_set_t) > & st_ref_pic_set )", "variables": []}
{"className": "short_term_ref_pic_set_t::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "void Parse ( uint8 const & stRpsIdx, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [short_term_ref_pic_set_t](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\short_term_ref_pic_set_t) > const & short_term_ref_pic_sets, [FBitstreamReader](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamReader) & Bitstream )", "variables": []}
{"className": "short_term_ref_pic_set_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "struct short_term_ref_pic_set_t : public [FBitstreamSegment](API\\Plugins\\AVCodecsCore\\Utils\\FBitstreamSegment)", "variables": [{"type": "UE", "name": "abs_delta_rps_minus1", "description": ""}, {"type": "UE", "name": "delta_idx_minus1", "description": ""}, {"type": "TArray<UE>", "name": "delta_poc_s0_minus1s", "description": ""}, {"type": "TArray<UE>", "name": "delta_poc_s1_minus1s", "description": ""}, {"type": "U< 1 >", "name": "delta_rps_sign", "description": ""}, {"type": "TStaticArray< i...", "name": "DeltaPocS0", "description": ""}, {"type": "TStaticArray< i...", "name": "DeltaPocS1", "description": ""}, {"type": "U< 1 >", "name": "inter_ref_pic_set_prediction_flag", "description": ""}, {"type": "UE", "name": "num_negative_pics", "description": ""}, {"type": "UE", "name": "num_positive_pics", "description": ""}, {"type": "uint8", "name": "NumDeltaPocs", "description": ""}, {"type": "uint8", "name": "NumNegativePics", "description": ""}, {"type": "uint8", "name": "NumPositivePics", "description": "Derived Values (specification usage order)"}, {"type": "TArray<U< 1 > ...", "name": "use_delta_flags", "description": ""}, {"type": "TArray<U< 1 > ...", "name": "used_by_curr_pic_flags", "description": ""}, {"type": "TArray<U< 1 > ...", "name": "used_by_curr_pic_s0_flags", "description": ""}, {"type": "TArray<U< 1 > ...", "name": "used_by_curr_pic_s1_flags", "description": ""}, {"type": "TStaticArray< u...", "name": "UsedByCurrPicS0", "description": ""}, {"type": "TStaticArray< u...", "name": "UsedByCurrPicS1", "description": ""}]}
{"className": "RefPic_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "Ref_pic_list_modification", "module": "AVCodecsCore", "code": "struct RefPic_t", "variables": [{"type": "U< 1 >", "name": "bIsLongTerm", "description": ""}, {"type": "UE", "name": "pic_num", "description": ""}]}
{"className": "SPS_t::GetProfile", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "[EH264Profile](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\EH264Profile) GetProfile() const", "variables": []}
{"className": "Slice_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "struct Slice_t : public [FNalu](API\\Plugins\\AVCodecsCore\\Utils\\FNalu)", "variables": [{"type": "U< 1 >", "name": "adaptive_ref_pic_marking_mode_flag", "description": ""}, {"type": "U< 1 >", "name": "bottom_field_flag", "description": ""}, {"type": "UE", "name": "cabac_init_idc", "description": ""}, {"type": "U< 2 >", "name": "colour_plane_id", "description": ""}, {"type": "SE[2]", "name": "delta_pic_order_cnt", "description": ""}, {"type": "SE", "name": "delta_pic_order_cnt_bottom", "description": ""}, {"type": "U< 1 >", "name": "direct_spatial_mv_pred_flag", "description": ""}, {"type": "UE", "name": "disable_deblocking_filter_idc", "description": ""}, {"type": "U< 1 >", "name": "field_pic_flag", "description": ""}, {"type": "UE", "name": "first_mb_in_slice", "description": ""}, {"type": "U", "name": "frame_num", "description": ""}, {"type": "UE", "name": "idr_pic_id", "description": ""}, {"type": "U< 1 >", "name": "long_term_reference_flag", "description": ""}, {"type": "U< 1 >", "name": "no_output_of_prior_pic_flag", "description": "Dec_ref_pic_marking"}, {"type": "U< 1 >", "name": "num_ref_idx_active_override_flag", "description": ""}, {"type": "UE", "name": "num_ref_idx_l0_active_minus1", "description": ""}, {"type": "UE", "name": "num_ref_idx_l1_active_minus1", "description": ""}, {"type": "U", "name": "pic_order_cnt_lsb", "description": ""}, {"type": "UE", "name": "pic_parameter_set_id", "description": ""}, {"type": "UE", "name": "redundant_pic_cnt", "description": ""}, {"type": "U< 1 >", "name": "ref_pic_list_modification_flag_l0", "description": ""}, {"type": "U< 1 >", "name": "ref_pic_list_modification_flag_l1", "description": ""}, {"type": "TArray<RefPic_...", "name": "RefPicList0", "description": ""}, {"type": "TArray<RefPic_...", "name": "RefPicList1", "description": ""}, {"type": "SE", "name": "slice_alpha_c0_offset_div2", "description": ""}, {"type": "SE", "name": "slice_beta_offset_div2", "description": ""}, {"type": "U", "name": "slice_group_change_cycle", "description": ""}, {"type": "SE", "name": "slice_qp_delta", "description": ""}, {"type": "SE", "name": "slice_qs_delta", "description": ""}, {"type": "UE", "name": "slice_type", "description": ""}, {"type": "U< 1 >", "name": "sp_for_switch_flag", "description": ""}]}
{"className": "SPS_t", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "struct SPS_t : public [FNalu](API\\Plugins\\AVCodecsCore\\Utils\\FNalu)", "variables": [{"type": "U< 8,EH264Aspe...", "name": "aspect_ratio_idc", "description": ""}, {"type": "U< 1 >", "name": "aspect_ratio_info_present_flag", "description": "VUI Parameters."}, {"type": "UE", "name": "bit_depth_chroma_minus8", "description": ""}, {"type": "UE", "name": "bit_depth_luma_minus8", "description": ""}, {"type": "U< 4 >", "name": "bit_rate_scale", "description": ""}, {"type": "UE[31]", "name": "bit_rate_value_minus1", "description": ""}, {"type": "U< 1 >", "name": "bitstream_restriction_flag", "description": ""}, {"type": "U< 1 >[31]", "name": "cbr_flag", "description": ""}, {"type": "UE", "name": "chroma_format_idc", "description": ""}, {"type": "U< 1 >", "name": "chroma_loc_info_present_flag", "description": ""}, {"type": "UE", "name": "chroma_sample_loc_type_bottom_field", "description": ""}, {"type": "UE", "name": "chroma_sample_loc_type_top_field", "description": ""}, {"type": "U< 1 >", "name": "colour_description_present_flag", "description": ""}, {"type": "U< 8 >", "name": "colour_primaries", "description": ""}, {"type": "U< 8,EH264Cons...", "name": "constraint_flags", "description": ""}, {"type": "UE", "name": "cpb_cnt_minus1", "description": "HRD Parameters."}, {"type": "U< 5 >", "name": "cpb_removal_delay_length_minus1", "description": ""}, {"type": "U< 4 >", "name": "cpb_size_scale", "description": ""}, {"type": "UE[31]", "name": "cpb_size_value_minus1", "description": ""}, {"type": "U< 1 >", "name": "delta_pic_order_always_zero_flag", "description": ""}, {"type": "U< 1 >", "name": "direct_8x8_inference_flag", "description": ""}, {"type": "U< 5 >", "name": "dpb_output_delay_length_minus1", "description": ""}, {"type": "U< 1 >", "name": "fixed_frame_rate_flag", "description": ""}, {"type": "UE", "name": "frame_crop_bottom_offset", "description": ""}, {"type": "UE", "name": "frame_crop_left_offset", "description": ""}, {"type": "UE", "name": "frame_crop_right_offset", "description": ""}, {"type": "UE", "name": "frame_crop_top_offset", "description": ""}, {"type": "U< 1 >", "name": "frame_cropping_flag", "description": ""}, {"type": "U< 1 >", "name": "frame_mbs_only_flag", "description": ""}, {"type": "U< 1 >", "name": "gaps_in_frame_num_value_allowed_flag", "description": ""}, {"type": "U< 5 >", "name": "initial_cpb_removal_delay_length_minus1", "description": ""}, {"type": "U< 8 >", "name": "level_idc", "description": ""}, {"type": "UE", "name": "log2_max_frame_num_minus4", "description": ""}, {"type": "UE", "name": "log2_max_mv_length_horizontal", "description": ""}, {"type": "UE", "name": "log2_max_mv_length_vertical", "description": ""}, {"type": "UE", "name": "log2_max_pic_order_cnt_lsb_minus4", "description": ""}, {"type": "U< 1 >", "name": "low_delay_hrd_flag", "description": ""}, {"type": "U< 8 >", "name": "matrix_coefficients", "description": ""}, {"type": "UE", "name": "max_bits_per_mb_denom", "description": ""}, {"type": "UE", "name": "max_bytes_per_pic_denom", "description": ""}, {"type": "UE", "name": "max_dec_frame_buffering", "description": ""}, {"type": "UE", "name": "max_num_ref_frames", "description": ""}, {"type": "UE", "name": "max_num_reorder_frames", "description": ""}, {"type": "U< 1 >", "name": "mb_adaptive_frame_field_flag", "description": ""}, {"type": "U< 1 >", "name": "motion_vectors_over_pic_boundaries_flag", "description": ""}, {"type": "U< 1 >", "name": "nal_hrd_parameters_present_flag", "description": ""}, {"type": "UE", "name": "num_ref_frames_in_pic_order_cnt_cycle", "description": ""}, {"type": "U< 32 >", "name": "num_units_in_tick", "description": ""}, {"type": "SE", "name": "offset_for_non_ref_pic", "description": ""}, {"type": "SE[255]", "name": "offset_for_ref_frame", "description": ""}, {"type": "SE", "name": "offset_for_top_to_bottom_field", "description": ""}, {"type": "U< 1 >", "name": "overscan_appropriate_flag", "description": ""}, {"type": "U< 1 >", "name": "overscan_info_present_flag", "description": ""}, {"type": "UE", "name": "pic_height_in_map_units_minus1", "description": ""}, {"type": "UE", "name": "pic_order_cnt_type", "description": ""}, {"type": "U< 1 >", "name": "pic_struct_present_flag", "description": ""}, {"type": "UE", "name": "pic_width_in_mbs_minus1", "description": ""}, {"type": "U< 8,EH264Prof...", "name": "profile_idc", "description": ""}, {"type": "U< 1 >", "name": "qpprime_y_zero_transform_bypass_flag", "description": ""}, {"type": "U< 16 >", "name": "sar_height", "description": ""}, {"type": "U< 16 >", "name": "sar_width", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList4x4", "description": ""}, {"type": "uint8[6][64]", "name": "ScalingList8x8", "description": ""}, {"type": "U< 1 >", "name": "separate_colour_plane_flag", "description": ""}, {"type": "UE", "name": "seq_parameter_set_id", "description": ""}, {"type": "U< 1 >[12]", "name": "seq_scaling_list_present_flag", "description": ""}, {"type": "U< 1 >", "name": "seq_scaling_matrix_present_flag", "description": ""}, {"type": "U< 5 >", "name": "time_offset_length", "description": ""}, {"type": "U< 32 >", "name": "time_scale", "description": ""}, {"type": "U< 1 >", "name": "timing_info_present_flag", "description": ""}, {"type": "U< 8 >", "name": "transfer_characteristics", "description": ""}, {"type": "U< 1 >", "name": "vcl_hrd_parameters_present_flag", "description": ""}, {"type": "U< 3,EH264Vide...", "name": "video_format", "description": ""}, {"type": "U< 1 >", "name": "video_full_range_flag", "description": ""}, {"type": "U< 1 >", "name": "video_signal_type_present_flag", "description": ""}, {"type": "U< 1 >", "name": "vui_parameters_present_flag", "description": ""}]}
{"className": "TBlockSize", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "static constexpr uint32 TBlockSize = 1u << Tlog2blkSize;", "variables": []}
{"className": "Values", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "static constexpr [TStaticArray](API\\Runtime\\Core\\Containers\\TStaticArray)< FIntPoint, TBlockSize *TBlockSize > Values = []() { switch (TscanIdx) { default: case 0: return MakeUpperRightDiagonal(); case 1: return MakeHorizontal(); case 2: return MakeVertical(); case 3: return MakeTraverse(); } };", "variables": []}
{"className": "TScanOrder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "template<uint32 Tlog2blkSize, uint32 TscanIdx> struct TScanOrder", "variables": []}
{"className": "UE::AVCodecCore::H264::EH264ConstraintFlag", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum EH264ConstraintFlag { None = 0, Set0 = 1u << 0, Set1 = 1u << 1, Set2 = 1u << 2, Set3 = 1u << 3, Set4 = 1u << 4, Set5 = 1u << 5, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265ConstraintFlag", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265ConstraintFlag { None = 0, non_packed_constraint_flag = 1u << 0, frame_only_constraint_flag = 1u << 1, max_12bit_constraint_flag = 1u << 2, max_10bit_constraint_flag = 1u << 3, max_8bit_constraint_flag = 1u << 4, max_422chroma_constraint_flag = 1u << 5, max_420chroma_constraint_flag = 1u << 6, max_monochrome_constraint_flag = 1u << 7, intra_constraint_flag = 1u << 8, one_picture_only_constraint_flag = 1u << 9, lower_bit_rate_constraint_flag = 1u << 10, max_14bit_constraint_flag = 1u << 11, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::EH264AspectRatioIDC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum EH264AspectRatioIDC { Unspecified = 0, Square = 1, _12x11 = 2, _10x11 = 3, _16x11 = 4, _40x33 = 5, _24x11 = 6, _20x11 = 7, _32x11 = 8, _80x33 = 9, _18x11 = 10, _15x11 = 11, _64x33 = 12, _160x99 = 13, _4x3 = 14, _3x2 = 15, _2x1 = 16, Reserved = 17, Extended_SAR = 255, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265AspectRatioIDC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265AspectRatioIDC { Unspecified = 0, Square = 1, _12x11 = 2, _10x11 = 3, _16x11 = 4, _40x33 = 5, _24x11 = 6, _20x11 = 7, _32x11 = 8, _80x33 = 9, _18x11 = 10, _15x11 = 11, _64x33 = 12, _160x99 = 13, _4x3 = 14, _3x2 = 15, _2x1 = 16, Reserved = 17, Extended_SAR = 255, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::ScaleListToWeightScale", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { void UE::AVCodecCore::H264::ScaleListToWeightScale ( const bool bIsFrame, const uint8 * ScalingList, const uint8 ListSize, uint8 * OutWeightList ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::CheckProfileCompatabilityFlag", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { bool UE::AVCodecCore::H265::CheckProfileCompatabilityFlag ( uint32 const & profile_compatibility_flag, [EH265ProfileIDC](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore__H265__EH265Prof-) const & H265ProfileIdc ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::EBSPtoRBSP", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { int32 UE::AVCodecCore::H264::EBSPtoRBSP ( uint8 * OutBuf, const uint8 * InBuf, int32 NumBytesIn ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::EH264ProfileIDC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum EH264ProfileIDC { Auto = 0, CALVLC444Intra = 44, Baseline = 66, Main = 77, ScalableBaseline = 83, ScalableHigh = 86, Extended = 88, High = 100, High10 = 110, MultiviewHigh = 118, High422 = 122, StereoHigh = 128, MultiviewDepthHigh = 138, High444 = 244, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::EH264Level", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum EH264Level { Level_1b = 0, Level_1 = 10, Level_1_1 = 11, Level_1_2 = 12, Level_1_3 = 13, Level_2 = 20, Level_2_1 = 21, Level_2_2 = 22, Level_3 = 30, Level_3_1 = 31, Level_3_2 = 32, Level_4 = 40, Level_4_1 = 41, Level_4_2 = 42, Level_5 = 50, Level_5_1 = 51, Level_5_2 = 52, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::ENaluType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum ENaluType { Unspecified = 0, SliceOfNonIdrPicture = 1, SliceDataPartitionA = 2, SliceDataPartitionB = 3, SliceDataPartitionC = 4, SliceIdrPicture = 5, SupplementalEnhancementInformation = 6, SequenceParameterSet = 7, PictureParameterSet = 8, AccessUnitDelimiter = 9, EndOfSequence = 10, EndOfStream = 11, FillerData = 12, SequenceParameterSetExtension = 13, PrefixNalUnit = 14, SubsetSequenceParameterSet = 15, Reserved16 = 16, Reserved17 = 17, Reserved18 = 18, SliceOfAnAuxiliaryCoded = 19, SliceExtension = 20, SliceExtensionForDepthView = 21, Reserved22 = 22, Reserved23 = 23, Unspecified24 = 24, Unspecified25 = 25, Unspecified26 = 26, Unspecified27 = 27, Unspecified28 = 28, Unspecified29 = 29, Unspecified30 = 30, Unspecified31 = 31, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::EH264VideoFormat", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { enum EH264VideoFormat { Component = 0, PAL = 1, NTSC = 2, SECAM = 3, MAC = 4, Unspecified = 5, Reserved6 = 6, Reserved7 = 7, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::operator|", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator| ( [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::operator&", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator& ( [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::operator&", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { uint8 UE::AVCodecCore::H264::operator& ( uint8 const & lhs, [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::operator|=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator|= ( [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H264::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H264 { bool UE::AVCodecCore::H264::operator== ( [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) lhs, [EH264ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-) rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EBSPtoRBSP", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { int32 UE::AVCodecCore::H265::EBSPtoRBSP ( uint8 * OutBuf, const uint8 * InBuf, int32 NumBytesIn ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265LevelIDC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265LevelIDC { Level_1 = 10, Level_2 = 20, Level_2_1 = 21, Level_3 = 30, Level_3_1 = 31, Level_4 = 40, Level_4_1 = 41, Level_5 = 50, Level_5_1 = 51, Level_5_2 = 52, Level_6 = 60, Level_6_1 = 61, Level_6_2 = 62, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265ProfileIDC", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265ProfileIDC { Auto = 0, Main = 1, Main10 = 2, Main10StillPicture = Main10, MainStillPicture = 3, FormatRangeExtensions = 4, Monochrome = FormatRangeExtensions, Monochrome10 = FormatRangeExtensions, Monochrome12 = FormatRangeExtensions, Monochrome16 = FormatRangeExtensions, Main12 = FormatRangeExtensions, Main422_10 = FormatRangeExtensions, Main422_12 = FormatRangeExtensions, Main444 = FormatRangeExtensions, Main444_10 = FormatRangeExtensions, Main444_12 = FormatRangeExtensions, MainIntra = FormatRangeExtensions, Main10Intra = FormatRangeExtensions, Main12Intra = FormatRangeExtensions, Main422_10Intra = FormatRangeExtensions, Main422_12Intra = FormatRangeExtensions, Main444_Intra = FormatRangeExtensions, Main444_10Intra = FormatRangeExtensions, Main444_12Intra = FormatRangeExtensions, Main444_16Intra = FormatRangeExtensions, Main444StillPicture = FormatRangeExtensions, Main444_16StillPicture = FormatRangeExtensions, HighThroughput = 5, HighThroughput444 = HighThroughput, HighThroughput444_10 = HighThroughput, HighThroughput444_14 = HighThroughput, HighThroughput444_16Intra = HighThroughput, ScreenContentCoding = 9, ScreenExtendedMain = ScreenContentCoding, ScreenExtendedMain10 = ScreenContentCoding, ScreenExtendedMain444 = ScreenContentCoding, ScreenExtendedMain444_10 = ScreenContentCoding, HighThroughputScreenContentCoding = 11, ScreenExtendedHighThroughput444 = HighThroughputScreenContentCoding, ScreenExtendedHighThroughput444_10 = HighThroughputScreenContentCoding, ScreenExtendedHighThroughput444_14 = HighThroughputScreenContentCoding, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265SliceType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265SliceType { B = 0, P = 1, I = 2, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::EH265VideoFormat", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum EH265VideoFormat { Component = 0, PAL = 1, NTSC = 2, SECAM = 3, MAC = 4, Unspecified = 5, Reserved6 = 6, Reserved7 = 7, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::ENaluType", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { enum ENaluType { TRAIL_N = 0, TRAIL_R = 1, TSA_N = 2, TSA_R = 3, STSA_N = 4, STSA_R = 5, RADL_N = 6, RADL_R = 7, RASL_N = 8, RASL_R = 9, RSV_VCL_N10 = 10, RSV_VCL_R11 = 11, RSV_VCL_N12 = 12, RSV_VCL_R13 = 13, RSV_VCL_N14 = 14, RSV_VCL_R15 = 15, BLA_W_LP = 16, BLA_W_RADL = 17, BLA_N_LP = 18, IDR_W_RADL = 19, IDR_N_LP = 20, CRA_NUT = 21, RSV_IRAP_VCL22 = 22, RSV_IRAP_VCL23 = 23, RSV_VCL24 = 24, RSV_VCL25 = 25, RSV_VCL26 = 26, RSV_VCL27 = 27, RSV_VCL28 = 28, RSV_VCL29 = 29, RSV_VCL30 = 30, RSV_VCL31 = 31, VPS_NUT = 32, SPS_NUT = 33, PPS_NUT = 34, AUD_NUT = 35, EOS_NUT = 36, EOB_NUT = 37, FD_NUT = 38, PREFIX_SEI_NUT = 39, SUFFIX_SEI_NUT = 40, RSV_NVCL41 = 41, RSV_NVCL42 = 42, RSV_NVCL43 = 43, RSV_NVCL44 = 44, RSV_NVCL45 = 45, RSV_NVCL46 = 46, RSV_NVCL47 = 47, UNSPECIFIED = 48, } } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::operator|", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator| ( [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::operator&", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator& ( [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::operator&", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { uint8 UE::AVCodecCore::H265::operator& ( uint16 const & lhs, [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::operator|=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator|= ( [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) const & rhs ) } } }", "variables": []}
{"className": "UE::AVCodecCore::H265::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h", "description": "", "module": "AVCodecsCore", "code": "namespace UE { namespace AVCodecCore { namespace H265 { bool UE::AVCodecCore::H265::operator== ( [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) lhs, [EH265ConstraintFlag](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\UE__AVCodecCore_-_2) rhs ) } } }", "variables": []}
{"className": "EPictureUsage", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "enum EPictureUsage { UNUSED = 0u, SHORT_TERM = 1u << 0, LONG_TERM = 1u << 1, }", "variables": []}
{"className": "FVideoDecoderConfigH264::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & Instance, [FVideoPacket](API\\Plugins\\AVCodecsCore\\Video\\FVideoPacket) const & Packet, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [UE::AVCodecCore::H264::Slice_t](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\Slice_t) > & OutSlices )", "variables": []}
{"className": "FVideoDecoderConfigH264::FVideoDecoderConfigH264", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDecoderConfigH264 ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoDecoderConfigH264", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h", "description": "Configuration settings for H264 decoders.", "module": "AVCodecsCore", "code": "struct FVideoDecoderConfigH264 : public [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig)", "variables": [{"type": "TMap< uint32,U...", "name": "PPS", "description": ""}, {"type": "TArray<UE::AVC...", "name": "SEI", "description": ""}, {"type": "TMap< uint32,U...", "name": "SPS", "description": ""}]}
{"className": "FVideoDecoderConfigH265::FReferencePictureSet::PrepState", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "void PrepState&40;&41;", "variables": []}
{"className": "FReferencePictureSet", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "struct FReferencePictureSet", "variables": [{"type": "uint8", "name": "NumPicTotalCurr", "description": ""}, {"type": "uint8", "name": "NumPocLtCurr", "description": ""}, {"type": "uint8", "name": "NumPocLtFoll", "description": ""}, {"type": "uint8", "name": "NumPocStCurrAfter", "description": ""}, {"type": "uint8", "name": "NumPocStCurrBefore", "description": ""}, {"type": "uint8", "name": "NumPocStFoll", "description": ""}, {"type": "uint8[16]", "name": "PicAvaliability", "description": ""}, {"type": "uint8[16]", "name": "PicLayerId", "description": ""}, {"type": "int32[16]", "name": "PicOrderCntVal", "description": ""}, {"type": "EPictureUsage[1...", "name": "PicUsage", "description": ""}, {"type": "int32[16]", "name": "PocLtCurr", "description": ""}, {"type": "int32[16]", "name": "PocLtFoll", "description": ""}, {"type": "int32[16]", "name": "PocStCurrAfter", "description": ""}, {"type": "int32[16]", "name": "PocStCurrBefore", "description": ""}, {"type": "int32[16]", "name": "PocStFoll", "description": ""}, {"type": "uint8[16]", "name": "RefPicList0", "description": ""}, {"type": "uint8[16]", "name": "RefPicList1", "description": ""}, {"type": "uint8[8]", "name": "RefPicSetInterLayer0", "description": ""}, {"type": "uint8[8]", "name": "RefPicSetInterLayer1", "description": ""}, {"type": "uint8[16]", "name": "RefPicSetLtCurr", "description": ""}, {"type": "uint8[16]", "name": "RefPicSetLtFoll", "description": ""}, {"type": "uint8[8]", "name": "RefPicSetStCurrAfter", "description": ""}, {"type": "uint8[8]", "name": "RefPicSetStCurrBefore", "description": ""}, {"type": "uint8[16]", "name": "RefPicSetStFoll", "description": ""}]}
{"className": "FVideoDecoderConfigH265::Parse", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Parse ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & Instance, [FVideoPacket](API\\Plugins\\AVCodecsCore\\Video\\FVideoPacket) const & Packet, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [UE::AVCodecCore::H265::FNaluH265](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluH265) >> & Slices )", "variables": []}
{"className": "FVideoDecoderConfigH265::UpdateScalingLists", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) UpdateScalingLists ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [UE::AVCodecCore::H265::FNaluSlice](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluSlice) > CurrentSlice )", "variables": []}
{"className": "FVideoDecoderConfigH265::UpdateRPS", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "[FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) UpdateRPS ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [UE::AVCodecCore::H265::FNaluSlice](API\\Plugins\\AVCodecsCore\\Video\\CodecUtils\\FNaluSlice) > CurrentSlice )", "variables": []}
{"className": "FVideoDecoderConfigH265::FVideoDecoderConfigH265", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDecoderConfigH265 ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoDecoderConfigH265", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "Configuration settings for H265 decoders.", "module": "AVCodecsCore", "code": "struct FVideoDecoderConfigH265 : public [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig)", "variables": [{"type": "int32", "name": "CurrPicIdx", "description": "Decoder state."}, {"type": "int32", "name": "LastPicOrderCntValue", "description": ""}, {"type": "int32", "name": "LastRpsIdx", "description": ""}, {"type": "TMap< uint32,T...", "name": "ParsedPPS", "description": ""}, {"type": "TArray<TShared...", "name": "ParsedSEI", "description": ""}, {"type": "TMap< uint32,T...", "name": "ParsedSPS", "description": ""}, {"type": "TMap< uint32,T...", "name": "ParsedVPS", "description": ""}, {"type": "FVideoDecoderCo...", "name": "ReferencePictureSet", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList16x16", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList32x32", "description": ""}, {"type": "uint8[6][16]", "name": "ScalingList4x4", "description": "Scaling lists."}, {"type": "uint8[6][16]", "name": "ScalingList8x8", "description": ""}, {"type": "int16[6]", "name": "ScalingListDCCoeff16x16", "description": ""}, {"type": "int16[6]", "name": "ScalingListDCCoeff32x32", "description": ""}, {"type": "int16[6]", "name": "ScalingListDCCoeff4x4", "description": ""}, {"type": "int16[6]", "name": "ScalingListDCCoeff8x8", "description": ""}]}
{"className": "operator&", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "constexpr [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) operator& ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Lhs, [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Rhs )", "variables": []}
{"className": "operator&=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "[EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) & operator&= ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) & Lhs, [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Rhs )", "variables": []}
{"className": "operator~", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "constexpr [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) operator~ ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) E )", "variables": []}
{"className": "operator^", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "constexpr [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) operator^ ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Lhs, [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Rhs )", "variables": []}
{"className": "operator^=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "[EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) & operator^= ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) & Lhs, [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) Rhs )", "variables": []}
{"className": "operator!", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "constexpr bool operator! ( [EPictureUsage](API\\Plugins\\AVCodecsCore\\Video\\Decoders\\Configs\\EPictureUsage) E )", "variables": []}
{"className": "TStreamVideoDecoder::ApplyConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) ApplyConfig()", "variables": []}
{"className": "TStreamVideoDecoder::Close", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual void Close()", "variables": []}
{"className": "TStreamVideoDecoder::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) GetMinimalConfig()", "variables": []}
{"className": "TStreamVideoDecoder::IsInitialized", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "True if this decoder has been initialized by sending through a packet.", "module": "AVCodecsCore", "code": "bool IsInitialized() const", "variables": []}
{"className": "TStreamVideoDecoder::IsOpen", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual bool IsOpen() const", "variables": []}
{"className": "TStreamVideoDecoder::Open", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Open ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & NewDevice, [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVInstance](API\\Plugins\\AVCodecsCore\\FAVInstance) > const & NewInstance )", "variables": []}
{"className": "TStreamVideoDecoder::ReceiveFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) ReceiveFrame ( [TResolvableVideoResource](API\\Plugins\\AVCodecsCore\\Video\\TResolvableVideoResource)< TResource > & InOutResource )", "variables": []}
{"className": "TStreamVideoDecoder::SendPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) SendPacket ( [FVideoPacket](API\\Plugins\\AVCodecsCore\\Video\\FVideoPacket) const & Packet )", "variables": []}
{"className": "TStreamVideoDecoder::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual void SetMinimalConfig ( [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & MinimalConfig )", "variables": []}
{"className": "TStreamVideoDecoder::TStreamVideoDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "TStreamVideoDecoder()", "variables": []}
{"className": "TStreamVideoDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h", "description": "Configuration-less decoder that detects the bitstream type and creates an appropriate child decoder that can handle it.", "module": "AVCodecsCore", "code": "template<typename TResource> class TStreamVideoDecoder : public [TVideoDecoder< TResource >](API\\Plugins\\AVCodecsCore\\Video\\TVideoDecoder_TResource)", "variables": [{"type": "TSharedPtr<TVi...", "name": "Child", "description": "The child decoder, invalid until this decoder is initialized by sending through a packet."}]}
{"className": "EMultipassMode", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "enum EMultipassMode { Unknown, Disabled, Quarter, Full, }", "variables": []}
{"className": "FVideoEncoderConfigH264::FVideoEncoderConfigH264", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h", "description": "", "module": "AVCodecsCore", "code": "FVideoEncoderConfigH264 ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoEncoderConfigH264", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h", "description": "Configuration settings for H264 encoders.", "module": "AVCodecsCore", "code": "struct FVideoEncoderConfigH264 : public [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig)", "variables": [{"type": "EH264AdaptiveTr...", "name": "AdaptiveTransformMode", "description": ""}, {"type": "EH264EntropyCod...", "name": "EntropyCodingMode", "description": ""}, {"type": "uint32", "name": "IntraRefreshCountFrames", "description": ""}, {"type": "uint32", "name": "IntraRefreshPeriodFrames", "description": ""}, {"type": "EH264Profile", "name": "Profile", "description": ""}, {"type": "bool", "name": "RepeatSPSPPS", "description": ""}]}
{"className": "FVideoEncoderConfigH265::FVideoEncoderConfigH265", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h", "description": "", "module": "AVCodecsCore", "code": "FVideoEncoderConfigH265 ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoEncoderConfigH265", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h", "description": "Configuration settings for H265 encoders.", "module": "AVCodecsCore", "code": "struct FVideoEncoderConfigH265 : public [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig)", "variables": [{"type": "int32", "name": "IntraRefreshCountFrames", "description": ""}, {"type": "int32", "name": "IntraRefreshPeriodFrames", "description": ""}, {"type": "EH265Profile", "name": "Profile", "description": ""}, {"type": "bool", "name": "RepeatSPSPPS", "description": ""}]}
{"className": "ERateControlMode", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Implementation of Video Encoding domain, seeTAVCoderfor inheritance model", "module": "AVCodecsCore", "code": "enum ERateControlMode { Unknown, ConstQP, VBR, CBR, }", "variables": []}
{"className": "EVideoFormat", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "enum EVideoFormat { BGRA = EPixelFormat::PF_B8G8R8A8, ABGR10 = EPixelFormat::PF_A2B10G10R10, NV12 = EPixelFormat::PF_NV12, P010 = EPixelFormat::PF_P010, R8 = EPixelFormat::PF_R8, G16 = EPixelFormat::PF_G16, YUV444 = 254U, YUV444_16 = 255U, }", "variables": []}
{"className": "FVideoDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef [TVideoDecoder](API\\Plugins\\AVCodecsCore\\Video\\TVideoDecoder) FVideoDecoder", "variables": []}
{"className": "FVideoDecoderConfig::FVideoDecoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDecoderConfig ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoDecoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Implementation of Video Decoding domain, seeTAVCoderfor inheritance model", "module": "AVCodecsCore", "code": "struct FVideoDecoderConfig : public [FAVConfig](API\\Plugins\\AVCodecsCore\\FAVConfig)", "variables": []}
{"className": "FVideoDescriptor::GetNumChannels", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Planar formats are treated as single channel.", "module": "AVCodecsCore", "code": "uint8 GetNumChannels() const", "variables": []}
{"className": "FVideoDescriptor::GetSizeInBytes", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "TODO(Nick): Try and remove this in favour of external initialisation.", "module": "AVCodecsCore", "code": "uint32 GetSizeInBytes() const", "variables": []}
{"className": "FVideoDescriptor::operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & RHS ) const", "variables": []}
{"className": "FVideoDescriptor::operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & RHS ) const", "variables": []}
{"className": "FVideoDescriptor::FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDescriptor()", "variables": []}
{"className": "FVideoDescriptor::FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDescriptor ( const [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) & Descriptor )", "variables": []}
{"className": "FVideoDescriptor::FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDescriptor ( [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) Format, uint32 Width, uint32 Height )", "variables": []}
{"className": "FVideoDescriptor::FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "FVideoDescriptor ( [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) Format, uint32 Width, uint32 Height, const [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) & RawDescriptor )", "variables": []}
{"className": "FVideoDescriptor::~FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "~FVideoDescriptor()", "variables": []}
{"className": "FVideoDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "This struct defines how the allocated resource memory is used in the context of a video.", "module": "AVCodecsCore", "code": "struct FVideoDescriptor", "variables": [{"type": "EVideoFormat", "name": "Format", "description": "Format of the pixel data."}, {"type": "uint32", "name": "Height", "description": "Height in pixels."}, {"type": "FVideoDescripto...", "name": "RawDescriptor", "description": "If this is a descriptor stored in a different format than it really is for transport then its raw descriptor should be described in this variable"}, {"type": "uint32", "name": "Width", "description": "Width in pixels."}]}
{"className": "FVideoEncoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "typedef [TVideoEncoder](API\\Plugins\\AVCodecsCore\\Video\\TVideoEncoder) FVideoEncoder", "variables": []}
{"className": "FVideoEncoderConfig::FVideoEncoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "FVideoEncoderConfig ( [EAVPreset](API\\Plugins\\AVCodecsCore\\EAVPreset) Preset )", "variables": []}
{"className": "FVideoEncoderConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "struct FVideoEncoderConfig : public [FAVConfig](API\\Plugins\\AVCodecsCore\\FAVConfig)", "variables": [{"type": "uint8: 1", "name": "bFillData", "description": ""}, {"type": "uint32", "name": "Height", "description": ""}, {"type": "uint32", "name": "KeyframeInterval", "description": "TODO (Remove and derive from latency mode)"}, {"type": "int32", "name": "MaxBitrate", "description": ""}, {"type": "int32", "name": "MaxQP", "description": ""}, {"type": "int32", "name": "MinQP", "description": ""}, {"type": "EMultipassMode", "name": "MultipassMode", "description": ""}, {"type": "ERateControlMod...", "name": "RateControlMode", "description": ""}, {"type": "int32", "name": "TargetBitrate", "description": ""}, {"type": "uint32", "name": "TargetFramerate", "description": ""}, {"type": "uint32", "name": "Width", "description": ""}]}
{"className": "FVideoPacket::FVideoPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h", "description": "", "module": "AVCodecsCore", "code": "FVideoPacket()", "variables": []}
{"className": "FVideoPacket::FVideoPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h", "description": "", "module": "AVCodecsCore", "code": "FVideoPacket ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< uint8 > const & DataPtr, uint64 DataSize, uint64 Timestamp, uint64 Index, uint32 QP, bool bIsKeyframe )", "variables": []}
{"className": "FVideoResource::GetDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the descriptor of our video data.", "module": "AVCodecsCore", "code": "[FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & GetDescriptor() const", "variables": []}
{"className": "FVideoPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h", "description": "Video-specific packet container.", "module": "AVCodecsCore", "code": "struct FVideoPacket : public [FAVPacket](API\\Plugins\\AVCodecsCore\\FAVPacket)", "variables": [{"type": "uint8: 1", "name": "bIsKeyframe", "description": "Whether this frame is a keyframe."}, {"type": "uint32", "name": "QP", "description": "QP that the raw data was encoded with."}]}
{"className": "FVideoResource::GetSize", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the Size in bytes of our Resource.", "module": "AVCodecsCore", "code": "uint32 GetSize() const", "variables": []}
{"className": "FVideoResource::GetFormat", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the format of our data.", "module": "AVCodecsCore", "code": "[EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) GetFormat() const", "variables": []}
{"className": "FVideoResource::GetHeight", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the height of our data.", "module": "AVCodecsCore", "code": "uint32 GetHeight() const", "variables": []}
{"className": "FVideoResource::GetRawDescriptor", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the descriptor of our video data in device memory.", "module": "AVCodecsCore", "code": "[FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & GetRawDescriptor() const", "variables": []}
{"className": "FVideoResource::GetWidth", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Get the width of our data.", "module": "AVCodecsCore", "code": "uint32 GetWidth() const", "variables": []}
{"className": "FVideoResource::FVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "FVideoResource ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor )", "variables": []}
{"className": "FVideoResource::~FVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FVideoResource()", "variables": []}
{"className": "FVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Base wrapper for a video device resource.", "module": "AVCodecsCore", "code": "class FVideoResource : public [FAVResource](API\\Plugins\\AVCodecsCore\\FAVResource)", "variables": []}
{"className": "operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( EPixelFormat LHS, [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) RHS )", "variables": []}
{"className": "operator==", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator== ( [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) LHS, EPixelFormat RHS )", "variables": []}
{"className": "operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( EPixelFormat LHS, [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) RHS )", "variables": []}
{"className": "operator!=", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "bool operator!= ( [EVideoFormat](API\\Plugins\\AVCodecsCore\\Video\\EVideoFormat) LHS, EPixelFormat RHS )", "variables": []}
{"className": "FVideoContextCPU::FVideoContextCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "FVideoContextCPU()", "variables": []}
{"className": "FVideoContextCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "CPU video context and resource.", "module": "AVCodecsCore", "code": "class FVideoContextCPU : public [FAVContext](API\\Plugins\\AVCodecsCore\\FAVContext)", "variables": []}
{"className": "FVideoContextVulkan::FVideoContextVulkan", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "FVideoContextVulkan ( VkInstance const & Instance, VkDevice const & Device, VkPhysicalDevice const & PhysicalDevice, [TFunction](API\\Runtime\\Core\\GenericPlatform\\TFunction)< PFN_vkVoidFunction(const char *)> const & GetDeviceProcAddrFunc )", "variables": []}
{"className": "FVideoContextVulkan", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "Vulkan platform video context and resource.", "module": "AVCodecsCore", "code": "class FVideoContextVulkan : public [FAVContext](API\\Plugins\\AVCodecsCore\\FAVContext)", "variables": [{"type": "VkDevice", "name": "Device", "description": ""}, {"type": "VkInstance", "name": "Instance", "description": ""}, {"type": "VkPhysicalDevic...", "name": "PhysicalDevice", "description": ""}, {"type": "TFunction< PFN_...", "name": "vkGetDeviceProcAddr", "description": ""}]}
{"className": "FVideoResourceCPU::GetRaw", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< uint8 > const & GetRaw() const", "variables": []}
{"className": "FVideoResourceCPU::Validate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Validate() const", "variables": []}
{"className": "FVideoResourceCPU::FVideoResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "FVideoResourceCPU ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< uint8 > const & Raw, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor )", "variables": []}
{"className": "FVideoResourceCPU::~FVideoResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FVideoResourceCPU()", "variables": []}
{"className": "FVideoResourceCPU", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h", "description": "", "module": "AVCodecsCore", "code": "class FVideoResourceCPU : public [TVideoResource< FVideoContextCPU >](API\\Plugins\\AVCodecsCore\\Video\\TVideoResource)", "variables": []}
{"className": "FVideoResourceVulkan::GetFenceSharedHandle", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "[FVulkanSharedHandle](API\\Plugins\\AVCodecsCore\\Video\\Resources\\FVulkanSharedHandle) const & GetFenceSharedHandle() const", "variables": []}
{"className": "FVideoResourceVulkan::GetRaw", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "VkDeviceMemory GetRaw() const", "variables": []}
{"className": "FVideoResourceVulkan::GetSharedHandle", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "[FVulkanSharedHandle](API\\Plugins\\AVCodecsCore\\Video\\Resources\\FVulkanSharedHandle) const & GetSharedHandle() const", "variables": []}
{"className": "FVideoResourceVulkan::Validate", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual [FAVResult](API\\Plugins\\AVCodecsCore\\FAVResult) Validate() const", "variables": []}
{"className": "FVideoResourceVulkan::FVideoResourceVulkan", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "FVideoResourceVulkan ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, VkDeviceMemory Raw, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor )", "variables": []}
{"className": "FVideoResourceVulkan::~FVideoResourceVulkan", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "virtual ~FVideoResourceVulkan()", "variables": []}
{"className": "FVideoResourceVulkan", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "class FVideoResourceVulkan : public [TVideoResource< FVideoContextVulkan >](API\\Plugins\\AVCodecsCore\\Video\\TVideoResource)", "variables": []}
{"className": "FVulkanSharedHandle", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h", "description": "", "module": "AVCodecsCore", "code": "typedef int FVulkanSharedHandle", "variables": []}
{"className": "TDelegatedVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Wrapper for delegated resolvable video resources.", "module": "AVCodecsCore", "code": "typedef [TDelegated](API\\Plugins\\AVCodecsCore\\TDelegated)< TResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) >, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) > TDelegatedVideoResource", "variables": []}
{"className": "TPooledVideoResource::IsResolved", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual bool IsResolved ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor ) const", "variables": []}
{"className": "TPooledVideoResource::TryResolve", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TResource > TryResolve ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor )", "variables": []}
{"className": "TPooledVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "A simple pool-based resolvable video resource. The contents of the pool must be manually managed by the application.", "module": "AVCodecsCore", "code": "template<typename TResource> class TPooledVideoResource : public [TResolvable< TResource >](API\\Plugins\\AVCodecsCore\\TResolvable)", "variables": [{"type": "TArray<TShared...", "name": "Pool", "description": ""}]}
{"className": "TResolvableVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Wrapper for resolvable video resources.", "module": "AVCodecsCore", "code": "typedef [TResolvable](API\\Plugins\\AVCodecsCore\\TResolvable)< TResource, [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) >, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) > TResolvableVideoResource", "variables": []}
{"className": "TVideoDecoder::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "virtual void SetMinimalConfig ( [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) const & MinimalConfig )", "variables": []}
{"className": "TVideoDecoder::TWrapper::ReceiveFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult ReceiveFrame &40; TResolvableVideoResource< TResource > & InOutResource &41;", "variables": []}
{"className": "TVideoDecoder::TWrapper::SendPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult SendPacket &40; FVideoPacket const & Packet &41;", "variables": []}
{"className": "TVideoDecoder::TWrapper::TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "", "module": "AVCodecsCore", "code": "TWrapper &40; TSharedRef< TVideoDecoder< TChildResource, TChildConfig >> const & Child &41;", "variables": []}
{"className": "TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Wrapper decoder that transforms resource/config types for use with a differently typed child decoder.", "module": "AVCodecsCore", "code": "template<typename TChildResource, typename TChildConfig> class TWrapper : public TAVCoder::template TWrapper< TChildResource, TChildConfig >", "variables": []}
{"className": "TVideoDecoder::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "virtual [FVideoDecoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoDecoderConfig) GetMinimalConfig()", "variables": []}
{"className": "TVideoDecoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> class TVideoDecoder : public [TAVCoder< TVideoDecoder, TResource, TConfig >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TVideoDecoder<>::FlushFrames", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushFrames&40;&41;", "variables": []}
{"className": "TVideoDecoder<>::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "FVideoDecoderConfig GetMinimalConfig&40;&41;", "variables": []}
{"className": "TVideoDecoder<>::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "void SetMinimalConfig &40; FVideoDecoderConfig const & MinimalConfig &41;", "variables": []}
{"className": "TVideoDecoder<>::SendPacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult SendPacket &40; FVideoPacket const & Packet &41;", "variables": []}
{"className": "TVideoDecoder<>", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<> class TVideoDecoder<> : public [TAVCoder< TVideoDecoder >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TVideoDecoder< TResource >::ReceiveFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult ReceiveFrame &40; TResolvableVideoResource< TResource > & InOutResource &41;", "variables": []}
{"className": "TVideoDecoder< TResource >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource> class TVideoDecoder< TResource >", "variables": []}
{"className": "TVideoEncoder::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "virtual [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) GetMinimalConfig()", "variables": []}
{"className": "TVideoEncoder::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "virtual void SetMinimalConfig ( [FVideoEncoderConfig](API\\Plugins\\AVCodecsCore\\Video\\FVideoEncoderConfig) const & MinimalConfig )", "variables": []}
{"className": "TVideoEncoder::TWrapper::ReceivePacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult ReceivePacket &40; FVideoPacket & OutPacket &41;", "variables": []}
{"className": "TVideoEncoder::TWrapper::SendFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "virtual FAVResult SendFrame &40; TSharedPtr< TResource > const & Resource, uint32 Timestamp, bool bForceKeyframe &41;", "variables": []}
{"className": "TVideoEncoder::TWrapper::TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "", "module": "AVCodecsCore", "code": "TWrapper &40; TSharedRef< TVideoEncoder< TChildResource, TChildConfig >> const & Child &41;", "variables": []}
{"className": "TWrapper", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Wrapper encoder that transforms resource/config types for use with a differently typed child encoder.", "module": "AVCodecsCore", "code": "template<typename TChildResource, typename TChildConfig> class TWrapper : public TAVCoder::template TWrapper< TChildResource, TChildConfig >", "variables": []}
{"className": "TVideoEncoder", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource, typename TConfig> class TVideoEncoder : public [TAVCoder< TVideoEncoder, TResource, TConfig >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TVideoEncoder<>::GetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Get generic configuration values.\nThe current minimal configuration.", "module": "AVCodecsCore", "code": "FVideoEncoderConfig GetMinimalConfig&40;&41;", "variables": []}
{"className": "TVideoEncoder<>::ReceivePacket", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult ReceivePacket &40; FVideoPacket & OutPacket &41;", "variables": []}
{"className": "TVideoEncoder<>::ReceivePackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "virtual FAVResult ReceivePackets &40; TArray< FVideoPacket > & OutPackets &41;", "variables": []}
{"className": "TVideoEncoder<>::SetMinimalConfig", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "Set generic configuration values.", "module": "AVCodecsCore", "code": "void SetMinimalConfig &40; FVideoEncoderConfig const & MinimalConfig &41;", "variables": []}
{"className": "TVideoEncoder<>", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<> class TVideoEncoder<> : public [TAVCoder< TVideoEncoder >](API\\Plugins\\AVCodecsCore\\TAVCoder)", "variables": []}
{"className": "TVideoEncoder< TResource >::FlushAndReceivePackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushAndReceivePackets &40; TArray< FVideoPacket > & OutPackets &41;", "variables": []}
{"className": "TVideoEncoder< TResource >::FlushPackets", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult FlushPackets&40;&41;", "variables": []}
{"className": "TVideoEncoder< TResource >::SendFrame", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "FAVResult.", "module": "AVCodecsCore", "code": "FAVResult SendFrame &40; TSharedPtr< TResource > const & Resource, uint32 Timestamp, bool bForceKeyframe &41;", "variables": []}
{"className": "TVideoEncoder< TResource >", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h", "description": "TAVCodec", "module": "AVCodecsCore", "code": "template<typename TResource> class TVideoEncoder< TResource >", "variables": []}
{"className": "TVideoResource::TVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "TVideoResource ( [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FAVDevice](API\\Plugins\\AVCodecsCore\\FAVDevice) > const & Device, [FAVLayout](API\\Plugins\\AVCodecsCore\\FAVLayout) const & Layout, [FVideoDescriptor](API\\Plugins\\AVCodecsCore\\Video\\FVideoDescriptor) const & Descriptor )", "variables": []}
{"className": "TVideoResource", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "Convenience wrapper for a video device resource that requires a specific device context to function.", "module": "AVCodecsCore", "code": "template<typename TContext> class TVideoResource : public [FVideoResource](API\\Plugins\\AVCodecsCore\\Video\\FVideoResource)", "variables": []}
{"className": "TVideoResource::GetContext", "headerPath": "/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h", "description": "", "module": "AVCodecsCore", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< TContext > GetContext() const", "variables": []}
|