Searched refs:videoStreamInformation (Results 1 – 1 of 1) sorted by relevance
691 XAVideoStreamInformation videoStreamInformation; in main() local693 streamIndex, &videoStreamInformation); in main()695 printf(" codecId = %u\n", videoStreamInformation.codecId); in main()696 printf(" width = %u\n", videoStreamInformation.width); in main()697 printf(" height = %u\n", videoStreamInformation.height); in main()698 printf(" frameRate = %u\n", videoStreamInformation.frameRate); in main()699 printf(" bitRate = %u\n", videoStreamInformation.bitRate); in main()700 printf(" duration = %u\n", videoStreamInformation.duration); in main()